LocaleManage class abstract

Inheritance
  • Object
  • Translations
  • LocaleManage

Constructors

LocaleManage({required List<LocaleManageSetting> settings, required SetLocaleName setLocaleName, required GetLocaleName getLocaleName})

Properties

current Locale
Current locale
no setter
currentName ↔ Rx<String>
latefinal
fallbackLocale Locale
Fallback locale
no setter
getLocaleName GetLocaleName
final
hashCode int
The hash code for this object.
no setterinherited
keys TranslationKeys
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setLocaleName SetLocaleName
final
settings List<LocaleManageSetting>
final
supportedLocales Map<String, Locale>
Get supported Locales
no setter

Methods

change(String? localeName) → void
Change locale
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited