SchemaField constructor
const
SchemaField({})
Implementation
const SchemaField({
this.type,
required this.description,
this.required = false,
this.defaultValue,
this.group,
this.dependsOn,
this.min,
this.max,
this.step,
this.choices,
this.deprecated = false,
this.scope = 'public',
});