GenericItemForm<T> constructor

GenericItemForm<T>(
  1. FormGroup form,
  2. String? path
)

Implementation

GenericItemForm(
  this.form,
  this.path,
);