Schema constructor
Schema({})
Implementation
Schema({
this.api,
this.response,
this.responses,
this.config,
this.isList = false,
this.isMultiResponse = false,
});
Schema({
this.api,
this.response,
this.responses,
this.config,
this.isList = false,
this.isMultiResponse = false,
});