AdBrixCurrency enum
Values
- KR_KRW → const AdBrixCurrency
- US_USD → const AdBrixCurrency
- JP_JPY → const AdBrixCurrency
- EU_EUR → const AdBrixCurrency
- UK_GBP → const AdBrixCurrency
- CH_CNY → const AdBrixCurrency
- TW_TWD → const AdBrixCurrency
- HK_HKD → const AdBrixCurrency
- ID_IDR → const AdBrixCurrency
- IN_INR → const AdBrixCurrency
- RU_RUB → const AdBrixCurrency
- TH_THB → const AdBrixCurrency
- VN_VND → const AdBrixCurrency
- MY_MYR → const AdBrixCurrency
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AdBrixCurrency> - A constant List of the values in this enum, in order of their declaration.