LangPackStringPluralized class

Lang Pack String Pluralized.

ID: 6c47ac9f.

Inheritance

Constructors

LangPackStringPluralized({required String key, String? zeroValue, String? oneValue, String? twoValue, String? fewValue, String? manyValue, required String otherValue})
Lang Pack String Pluralized constructor.
const
LangPackStringPluralized.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

fewValue String?
Few Value.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
Key.
final
manyValue String?
Many Value.
final
oneValue String?
One Value.
final
otherValue String
Other Value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twoValue String?
Two Value.
final
zeroValue String?
Zero Value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

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