EnumResponseNetwork enum
Values
- unknown → const EnumResponseNetwork
-
const EnumResponseNetwork("unknown")
- transactionDelayed → const EnumResponseNetwork
-
const EnumResponseNetwork("TRANSACTION_DELAYED_RETRY_IN_5_MINUTES")
- transactionIdMaxLengthExceeded → const EnumResponseNetwork
-
const EnumResponseNetwork("TRANSACTION_ID_MAX_LENGHT_20")
-
const EnumResponseNetwork("OPERATOR_IS_UNAVAILABLE")
- amountInsufficient → const EnumResponseNetwork
-
const EnumResponseNetwork("AMOUNT_USER_INSUFFISANT")
- userNotMtnMoney → const EnumResponseNetwork
-
const EnumResponseNetwork("USER_NOT_MTN_MONEY")
- transactionDuplicated → const EnumResponseNetwork
-
const EnumResponseNetwork("TRANSACTION_DUPLICATED")
- internalError → const EnumResponseNetwork
-
const EnumResponseNetwork("ERROR_INTERNE_TRY_AGAIN")
- operatorNoSupported → const EnumResponseNetwork
-
const EnumResponseNetwork("OPERATOR_NO_SUPPORTED")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- localizableValue → String
-
Localizable descriptions in French
no setter
- 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
- value → String
-
final
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
Static Methods
-
from(
{required String value}) → EnumResponseNetwork - Factories
Constants
-
values
→ const List<
EnumResponseNetwork> - A constant List of the values in this enum, in order of their declaration.