menu
kata_cx package
documentation
testing.dart
KataCxResponse
KataCxResponse.new const constructor
KataCxResponse.new const constructor
dark_mode
light_mode
KataCxResponse
constructor
const
KataCxResponse
(
{
required
int
statusCode
,
required
String
body
,
})
Creates a response.
Implementation
const KataCxResponse({ required this.statusCode, required this.body, });
kata_cx package
documentation
testing
KataCxResponse
KataCxResponse.new const constructor
KataCxResponse class