menu
slang package
documentation
builder/model/i18n_locale.dart
I18nLocale
I18nLocale constructor
I18nLocale constructor
dark_mode
light_mode
I18nLocale
constructor
I18nLocale
(
{
required
String
language
,
String
?
script
,
String
?
country
,
})
Implementation
I18nLocale({required this.language, this.script, this.country});
slang package
documentation
builder/model/i18n_locale
I18nLocale
I18nLocale constructor
I18nLocale class