copyWith method

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

Implementation

FxFormGroup copyWith(Map<String, FxFormControl> controls) => FxFormGroup(controls);