Files
jahongireshonqulov 1bf3e41abe Initial commit
2025-10-18 09:40:06 +05:00

5 lines
101 B
Dart

class LanguageArgument{
final bool fromProfile;
LanguageArgument({required this.fromProfile});
}