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