Response class
Constructors
- Response.new()
- Response.factory(String? data, String? errorCode, String? errorMessage)
- Response.fromJson(dynamic json)
-
factory
Properties
- atException ↔ AtException?
-
getter/setter pair
- data ↔ String?
-
getter/setter pair
- errorCode ↔ String?
-
getter/setter pair
- errorMessage ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isError ↔ bool
-
getter/setter pair
- isStream ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited