menu
blayz_pay package
documentation
backend/api_requests/api_manager.dart
ApiCallResponse
ApiCallResponse.new const constructor
ApiCallResponse.new const constructor
dark_mode
light_mode
ApiCallResponse
constructor
const
ApiCallResponse
(
dynamic
jsonBody
,
Map
<
String
,
String
>
headers
,
int
statusCode
, {
Response?
response
,
})
Implementation
const ApiCallResponse( this.jsonBody, this.headers, this.statusCode, { this.response, });
blayz_pay package
documentation
backend/api_requests/api_manager
ApiCallResponse
ApiCallResponse.new const constructor
ApiCallResponse class