Response class
Constructors
- Response(ResponseStruct rawResponse)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- rawResponse ↔ ResponseStruct
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCurrentPage(
) → int -
getData<
T> () → dynamic -
getMsg(
) → String -
getNetworkErrorMsg(
) → String? -
getPerPage(
) → int -
getStatus(
) → int -
getTotalPages(
) → int -
isError(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setData<
DataType> (DataType data) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited