FxFormGroup constructor

const FxFormGroup(
  1. Map<String, FxFormControl> controls
)

Implementation

const FxFormGroup(Map<String, FxFormControl> controls) : _controls = controls;