MFResponse class
Constructors
- MFResponse({@required Map mfResponse})
Properties
- errorCode → int
-
read-only
- errorMsg → String
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- headers → Map
-
read-only
- responseJSON → Map
-
read-only
- responseText → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status → int
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- ERROR_CODE → const String
-
"errorCode"
- ERROR_MSG → const String
-
"errorMsg"
- HEADERS → const String
-
"headers"
- RESPONSE_JSON → const String
-
"responseJSON"
- RESPONSE_TEXT → const String
-
"responseText"
- STATUS → const String
-
"status"