menu
fast_i18n package
documentation
app_locale_id.dart
AppLocaleId
AppLocaleId const constructor
AppLocaleId const constructor
dark_mode
light_mode
AppLocaleId
constructor
const
AppLocaleId
(
{
required
String
languageCode
,
String
?
scriptCode
,
String
?
countryCode
,
})
Implementation
const AppLocaleId({ required this.languageCode, this.scriptCode, this.countryCode, });
fast_i18n package
documentation
app_locale_id
AppLocaleId
AppLocaleId const constructor
AppLocaleId class