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