CustomFormBuilder<T extends BaseEntity> class

Constructors

CustomFormBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({required Map<String, List<ValidatorFunction>> validators}) → FormGroup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchEntity(T entity) → dynamic
toString() String
A string representation of this object.
inherited
update(FormGroup form, Map<String, dynamic> values) → void

Operators

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

Static Methods

validateControls(FormGroup formGroup, List<String> formControlNames) bool