LocaleInitializer class

Initializes the locale, including packages, and defines default locale using current system and platform defaults.

Constructors

LocaleInitializer(LocalesManager localesManager, LocaleInitializeFunction initializeFunction, List<String> _locales)

Properties

failedLocales List<String>
no setter
future Future<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
initializedLocale String?
no setter
initializeFunction LocaleInitializeFunction
final
localesManager LocalesManager
final
onFailLocale → EventStream<String>
final
onInitializeLocale → EventStream<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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