AuthClientConformanceResponse.raw constructor
const
AuthClientConformanceResponse.raw(})
Creates a raw response, useful for malformed-codec cases.
Implementation
const AuthClientConformanceResponse.raw(
String body, {
this.statusCode = 200,
this.headers = const <String, String>{},
}) : _rawBody = body,
_jsonBody = null;