InputFieldSchemaModel constructor

InputFieldSchemaModel(
  1. SchemaType type,
  2. String title,
  3. String key, {
  4. bool essencial = false,
})

Implementation

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