MockResponse.badRequest constructor
Implementation
factory MockResponse.badRequest(
{body, Map<String, String>? headers, String? statusText}) =>
MockResponse(400, body: body, headers: headers, statusText: statusText);
factory MockResponse.badRequest(
{body, Map<String, String>? headers, String? statusText}) =>
MockResponse(400, body: body, headers: headers, statusText: statusText);