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