TranslationLoader class

Contains the common loading logic

Implementers

Constructors

TranslationLoader()

Properties

forcedLocale Locale?
Used to force the locale to load
write-only
hashCode int
The hash code for this object.
read-onlyinherited
locale Locale?
Currently locale used by the library
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

findDeviceLocale() Future<Locale>
Return the device current locale
load() Future<Map>
Load method to implement
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

Constants

LOCALE_SEPARATOR → const String
"_"