RespCode class

Constructors

RespCode()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

ABORT → const int
ACCESS_TOKEN_ERROR → const int
API_NOT_SUPPORT → const int
CLIENT_VERSION_OLD → const int
FORMAT_ERROR → const int
HTTPERROR → const int
INPUT_DATA_ERROR → const int
NETWORK_ERROR → const int
NO_RECORD_FOUND → const int
RECORD_ALREADY_EXIST → const int
SERVER_INTERNAL_ERROR → const int
SUCCESS → const int
TIMEOUT → const int