menu
fast_i18n package
documentation
app_locale_id_mapper.dart
AppLocaleIdMapper<E>
toId method
toId method
dark_mode
light_mode
toId
method
AppLocaleId
toId
(
E
e
)
Returns the corresponding locale id of given enum
Implementation
AppLocaleId toId(E e) => _enumToIdMap[e]!;
fast_i18n package
documentation
app_locale_id_mapper
AppLocaleIdMapper<E>
toId method
AppLocaleIdMapper class