LanguagePackStringValuePluralized class
A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information.
- Inheritance
-
- Object
- TlObject
- LanguagePackStringValue
- LanguagePackStringValuePluralized
- Available Extensions
Constructors
- LanguagePackStringValuePluralized({required String zero_value, required String one_value, required String two_value, required String few_value, required String many_value, required String other_value, int? extra, int? clientId})
- A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- few_value ↔ String
-
Value for few objects.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- many_value ↔ String
-
Value for many objects.
read / write
- one_value ↔ String
-
Value for one object.
read / write
- other_value ↔ String
-
Default value.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- two_value ↔ String
-
Value for two objects.
read / write
- zero_value ↔ String
-
Value for zero objects.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → LanguagePackStringValuePluralized? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"languagePackStringValuePluralized"