AvailabilityResult class
- Inheritance
-
- Object
- ProtobufEnum
- AvailabilityResult
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → AvailabilityResult?
Constants
- AVAILABLE → const AvailabilityResult
- MAKER_DENIED_API_USER → const AvailabilityResult
- MAKER_DENIED_TAKER → const AvailabilityResult
- MARKET_PRICE_NOT_AVAILABLE → const AvailabilityResult
- MISSING_MANDATORY_CAPABILITY → const AvailabilityResult
- NO_ARBITRATORS → const AvailabilityResult
- NO_MEDIATORS → const AvailabilityResult
- NO_REFUND_AGENTS → const AvailabilityResult
- OFFER_TAKEN → const AvailabilityResult
- PB_ERROR → const AvailabilityResult
- PRICE_CHECK_FAILED → const AvailabilityResult
- PRICE_OUT_OF_TOLERANCE → const AvailabilityResult
- UNCONF_TX_LIMIT_HIT → const AvailabilityResult
- UNKNOWN_FAILURE → const AvailabilityResult
- USER_IGNORED → const AvailabilityResult
-
values
→ const List<
AvailabilityResult>