RawApiResponse constructor
const
RawApiResponse({})
Implementation
const RawApiResponse({
required this.statusCode,
required this.headers,
required this.body,
required this.bodyBytes,
});
const RawApiResponse({
required this.statusCode,
required this.headers,
required this.body,
required this.bodyBytes,
});