AuthClientConformanceResponse.json constructor
const
AuthClientConformanceResponse.json(})
Creates a JSON response.
Implementation
const AuthClientConformanceResponse.json(
Object? body, {
this.statusCode = 200,
this.headers = const <String, String>{},
}) : _jsonBody = body,
_rawBody = null;