GoogleI18nLoader class

Constructors

GoogleI18nLoader(String spreadsheetUrl)

Properties

hashCode int
The hash code for this object.
no setterinherited
loadedLanguages List<String>
getter/setter pair
localizedValues Map<String, Map<String, String>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadsheetUrl String
getter/setter pair

Methods

fetchLoadedLanguages() Future<List<String>>
Retrieve supported languages
load() Future<bool>
Load localized values from the spreadsheet. Uses cache, so if the network connection is not available, the cached version is returned.
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