menu
better_client package
documentation
better_client
ApiResponse
ApiResponse constructor
ApiResponse
brightness_4
ApiResponse
constructor
ApiResponse
(
{
bool
success
,
dynamic
body
,
dynamic
errors
,
int
statusCode
}
)
Implementation
ApiResponse({this.success, this.body, this.errors, this.statusCode});
better_client package
documentation
better_client
ApiResponse
ApiResponse constructor
ApiResponse class
Constructors
ApiResponse
Properties
body
errors
hashCode
runtimeType
statusCode
success
Methods
noSuchMethod
toString
Operators
operator ==