LocalizedStringBundle class
A localized string bundle resource.
Constructors
- LocalizedStringBundle()
- LocalizedStringBundle.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- kind ↔ String
-
Uniquely identifies the type of this resource. Value is always the fixed
string
gamesConfiguration#localizedStringBundle
.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
translations
↔ List<
LocalizedString> -
The locale strings.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited