IntlConfigScheme class abstract

Constructors

IntlConfigScheme({Locale locale = const Locale('de'), KeyNotFoundFunction keyNotFound = _defaultKeyNotFound})

Properties

hashCode int
The hash code for this object.
no setterinherited
keyNotFound KeyNotFoundFunction
final
locale Locale
getter/setter pair
localization ↔ dynamic
getter/setter pair
localizationsDelegates List<LocalizationsDelegate>
no setter
mapper Map<String, Function>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceLocale Locale
final
supportedLocales List<Locale>
no setter

Methods

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

Operators

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