ExpectedResponse constructor
Constructs a new ExpectedResponse object from a contentType
.
Implementation
const ExpectedResponse(
this.contentType, {
this.additionalFields = const {},
});
Constructs a new ExpectedResponse object from a contentType
.
const ExpectedResponse(
this.contentType, {
this.additionalFields = const {},
});