Schema constructor
const
Schema({})
Creates a Schema.
Implementation
const Schema({
this.type,
this.format,
this.description,
this.nullable,
this.enumValues,
this.items,
this.properties,
this.required,
});
Creates a Schema.
const Schema({
this.type,
this.format,
this.description,
this.nullable,
this.enumValues,
this.items,
this.properties,
this.required,
});