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