PriceCurrencyEnum class

  • CHF - CHF πŸ‡¨πŸ‡­ * EUR - EUR πŸ‡ͺπŸ‡Ί * GBP - GBP πŸ‡¬πŸ‡§ * USD - USD πŸ‡ΊπŸ‡Έ

Properties

hashCode β†’ int
The hash code for this object.
no setterinherited
runtimeType β†’ Type
A representation of the runtime type of the object.
no setterinherited
value β†’ String
The underlying value of this enum member.
final

Methods

noSuchMethod(Invocation invocation) β†’ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() β†’ String
toString() β†’ String
A string representation of this object.
override

Operators

operator ==(Object other) β†’ bool
The equality operator.
inherited

Static Methods

fromJson(dynamic value) β†’ PriceCurrencyEnum?
listFromJson(dynamic json, {bool growable = false}) β†’ List<PriceCurrencyEnum>

Constants

CHF β†’ const PriceCurrencyEnum
EUR β†’ const PriceCurrencyEnum
GBP β†’ const PriceCurrencyEnum
USD β†’ const PriceCurrencyEnum
values β†’ const List<PriceCurrencyEnum>
List of all possible values in this PriceCurrencyEnum.