InputFieldSchemaModel constructor
InputFieldSchemaModel(
- SchemaType type,
- String title,
- String key, {
- bool essencial = false,
Implementation
InputFieldSchemaModel(SchemaType type, String title, this.key,
{this.essencial = false})
: super(type, title);