menu
l10n_flutter package
documentation
l10n_core.dart
L10nSet
L10nSet const constructor
L10nSet const constructor
dark_mode
light_mode
L10nSet
constructor
const
L10nSet
(
String
_key
,
String
_value
, {
bool
common
=
false
,
})
Implementation
const L10nSet(this._key, this._value, {this.common = false});
l10n_flutter package
documentation
l10n_core
L10nSet
L10nSet const constructor
L10nSet class