TextFieldSchemaModel constructor
TextFieldSchemaModel(})
Implementation
TextFieldSchemaModel(
SchemaType type, String name, this.inputType, String key,
{this.multyLine = false, bool essencial = false})
: super(type, name, key, essencial: essencial);