menu
maat package
documentation
testing.dart
TestResponse
TestResponse.new constructor
TestResponse.new constructor
dark_mode
light_mode
TestResponse
constructor
TestResponse
(
int
statusCode
,
String
body
,
Map
<
String
,
String
>
headers
)
Implementation
TestResponse(this.statusCode, this.body, this.headers);
maat package
documentation
testing
TestResponse
TestResponse.new constructor
TestResponse class