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