menu
affise_attribution_lib package
documentation
network/http_response.dart
HttpResponse
HttpResponse.new constructor
HttpResponse.new constructor
dark_mode
light_mode
HttpResponse
constructor
HttpResponse
(
int
code
,
String
message
,
String
?
body
)
Implementation
HttpResponse(this.code, this.message, this.body);
affise_attribution_lib package
documentation
network/http_response
HttpResponse
HttpResponse.new constructor
HttpResponse class