MockAPIResponse constructor
const
MockAPIResponse({})
Implementation
const MockAPIResponse({
this.statusCode = 200,
this.body,
this.headers,
this.delayMs,
this.responses = const [],
});
const MockAPIResponse({
this.statusCode = 200,
this.body,
this.headers,
this.delayMs,
this.responses = const [],
});