MRestResponse<T> class
Constructors
- MRestResponse()
- MRestResponse.fail(DioException error, {String? invalidMessage})
- MRestResponse.invalid({String? message})
- MRestResponse.success(T result)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printFail(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited