ReservationForm constructor

ReservationForm(
  1. FormGroup form,
  2. String? path
)

Implementation

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