TransmitStatus enum
Values
- REMOTE_STATE_ERROR → const TransmitStatus
- SERVER_NOT_FOUND → const TransmitStatus
- NO_NEW_RECORDS_FOUND → const TransmitStatus
- RECORDS_REMAINING → const TransmitStatus
- DOWNLOAD_STARTED → const TransmitStatus
- DOWNLOAD_COMPLETE → const TransmitStatus
- DOWNLOAD_STOPPED → const TransmitStatus
- USER_NOT_REGISTERED → const TransmitStatus
- UPLOAD_STARTED → const TransmitStatus
- UPLOAD_COMPLETE → const TransmitStatus
- USER_UPDATED → const TransmitStatus
- WIFI_NOT_FOUND → const TransmitStatus
- UPDATE_STARTED → const TransmitStatus
- UPDATE_COMPLETE → const TransmitStatus
- NO_DATA_CONNECTION → const TransmitStatus
- SOCKET_TIMEOUT → const TransmitStatus
- PARSE_ERROR → const TransmitStatus
- RESOURCE_NOT_FOUND → const TransmitStatus
- INVALID_SERVER_REQUEST → const TransmitStatus
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<
TransmitStatus> - A constant List of the values in this enum, in order of their declaration.