TTGatewayConnectStatus enum
Constants
- faile → const TTGatewayConnectStatus
-
const TTGatewayConnectStatus(2)
- success → const TTGatewayConnectStatus
-
const TTGatewayConnectStatus(1)
- timeout → const TTGatewayConnectStatus
-
const TTGatewayConnectStatus(0)
-
values
→ const List<
TTGatewayConnectStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
TTGatewayConnectStatus>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited