Plurals class

Annotations
  • @freezed

Constructors

Plurals({String? zero, String? one, String? two, String? few, String? many, String? other})
const
factory
Plurals.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $PluralsCopyWith<Plurals>
no setterinherited
few String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
many String?
no setterinherited
one String?
no setterinherited
other String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
someValorized bool
no setter
two String?
no setterinherited
zero String?
no setterinherited

Methods

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

Operators

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