menu
locale_sync package
documentation
models.dart
TranslationValue
TranslationValue const constructor
TranslationValue const constructor
dark_mode
light_mode
TranslationValue
constructor
const
TranslationValue
(
{
required
String
value
,
String
?
plural
,
String
?
none
,
})
Implementation
const TranslationValue({ required this.value, this.plural, this.none, });
locale_sync package
documentation
models
TranslationValue
TranslationValue const constructor
TranslationValue class