Project

General

Profile

Task #28 » profile_urls.dart

Milad Khnefes, 01/29/2026 02:07 PM

 
class ProfileUrls {
final String profile;
final String sendLanguage;

const ProfileUrls({required this.profile, required this.sendLanguage});
}
(5-5/12)