PluralTranslation class
- Inheritance
-
- Object
- Translation
- PluralTranslation
Constructors
- PluralTranslation.new({required String original, required String argument, required Translation? zero, required Translation? one, required Translation? two, required Translation? few, required Translation? many, required Translation other})
-
PluralTranslation.fromJson({required Map<
String, dynamic> json}) -
factory
Properties
- argument → String
-
final
- few → Translation?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- many → Translation?
-
final
- one → Translation?
-
final
- original → String
-
finalinherited
- other → Translation
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- two → Translation?
-
final
- type → TranslationType
-
finalinherited
- zero → Translation?
-
final
Methods
-
getTranslation(
Map< String, Object> args) → String? -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited