NgControlGroup constructor
NgControlGroup(
- @SkipSelf.new() ControlContainer<
AbstractControlGroup> _parent, - @Optional.new() @Self.new() @Inject.new(NG_VALIDATORS) List? validators
Implementation
NgControlGroup(
@SkipSelf() this._parent,
@Optional() @Self() @Inject(NG_VALIDATORS) List<dynamic>? validators,
) : validator = composeValidators(validators);