ReactiveFormArrayCollectionBuilderCondition<T> typedef

ReactiveFormArrayCollectionBuilderCondition<T> = bool Function(FormArray<T> formArray, List<AbstractControl<T>> previousControls, List<AbstractControl<T>> currentControls)

Implementation

typedef ReactiveFormArrayCollectionBuilderCondition<T> = bool Function(
  FormArray<T> formArray,
  List<AbstractControl<T>> previousControls,
  List<AbstractControl<T>> currentControls,
);