PriceCurrencyEnum class
CHF
- CHF π¨π *EUR
- EUR πͺπΊ *GBP
- GBP π¬π§ *USD
- USD πΊπΈ
Properties
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.