NiceSchemaField constructor
Implementation
const NiceSchemaField({
required this.name,
required this.type,
this.required = false,
this.defaultValue,
this.description,
});
const NiceSchemaField({
required this.name,
required this.type,
this.required = false,
this.defaultValue,
this.description,
});