GenericItemForm<T> constructor
GenericItemForm<T> (
- FormGroup form,
- String? path
Implementation
GenericItemForm(
this.form,
this.path,
);
GenericItemForm(
this.form,
this.path,
);