TranslationsByLocale class

Inheritance

Properties

byKey Translations
final
defaultLanguageStr String
no setterinherited
defaultLocaleStr String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
length int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translations Map<String, Map<String, String>>
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator *(ITranslations translationsByLocale) TranslationsByLocale
Combine this translation with another translation.
operator +(Map<String, Map<String, String>> translations) TranslationsByLocale
operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) Map<String, String>?
inherited