initForm method

void initForm(
  1. ReactiveForm form
)

Implementation

void initForm(ReactiveForm form) {
  _form = form;
}