FieldModel constructor
Implementation
FieldModel({
@required this.label,
this.type = Types.text,
this.errorMessage = '',
this.mandatory = false,
this.action = InputActions.auto,
this.hint = '',
this.vallidate = false,
this.maxLenght = 0,
this.password = false,
this.readOnly = false,
});