LocalizationProvider<M> class abstract interface

An interface for implementation your own localization provider - remote, local, whatever

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Getter, mostly useful for logging purposes
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedLocales List<Locale>
Explicit list of supported, by that provider, locales
no setter

Methods

canLoad(Locale locale) bool
Fast checker for ability to load locale content
fetchLocalization(Locale locale) Future<M>
Method for loading localization for a specific 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