FormModel<TModel> class abstract

Constructors

FormModel({required FormGroup form})

Properties

form FormGroup
final
hashCode int
The hash code for this object.
no setterinherited
model → TModel
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset({TModel? value, bool updateParent = true, bool emitEvent = true}) → dynamic
submit({required void onValid(TModel model), void onNotValid()?}) → void
toggleDisabled({bool updateParent = true, bool emitEvent = true}) → void
toString() String
A string representation of this object.
inherited
updateValue(TModel? value, {bool updateParent = true, bool emitEvent = true}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited