menu
ctzon_api package
documentation
http/ctzon_api.dart
HttpResponse
HttpResponse.new constructor
HttpResponse.new constructor
dark_mode
light_mode
HttpResponse
constructor
HttpResponse
(
Exception
?
exception
,
dynamic
response
, {
String
?
error
,
Map
<
String
,
dynamic
>
?
errors
,
DioException?
dioException
,
})
Implementation
HttpResponse(this.exception, this.response, {this.error, this.errors, this.dioException});
ctzon_api package
documentation
http/ctzon_api
HttpResponse
HttpResponse.new constructor
HttpResponse class