I18NMap class

Constructors

I18NMap(List<Langaugeset> languageSets)

Properties

hashCode int
The hash code for this object.
no setterinherited
languageSets List<Langaugeset>
Locale determines the language of the set The Keys of a languageset must be consistent throughout all sets and therefore existent in all sets
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid bool
bool valid is used to indicate if the language sets are valid. For the language sets to be valid, the same keys have to be present in every language set
getter/setter pair

Methods

getWithLocale(Locale? locale) Langaugeset?
Returns Langaugeset with matching Locale Will throw BadState error is Locale cannot be found
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