RemoteLanguages class

Constructors

RemoteLanguages()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
localizations ↔ AppLocalizations?
getter/setter pair
localizedStrings Map<String, Map<String, String>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldReload bool
getter/setter pair

Methods

addKeyLanguage(String language, String key, String value) → void
addLanguage(String language, Map<String, String> values) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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