IntegrationTestHttpResponse constructor
const
IntegrationTestHttpResponse({})
Implementation
const IntegrationTestHttpResponse({
required this.path,
this.statusCode = 200,
this.headers,
this.body,
this.ignoreQuery = false,
this.delay,
this.method,
});