MockResponse constructor
const
MockResponse({})
Build a stubbed response.
Implementation
const MockResponse({
this.status = 200,
this.body,
this.headers = const {'content-type': 'application/json'},
});
Build a stubbed response.
const MockResponse({
this.status = 200,
this.body,
this.headers = const {'content-type': 'application/json'},
});