ReactiveBuilderCondition<T> typedef

ReactiveBuilderCondition<T> = bool Function(AbstractControl<T> control, T? previousValue, T? currentValue)

Implementation

typedef ReactiveBuilderCondition<T> = bool Function(
  AbstractControl<T> control,
  T? previousValue,
  T? currentValue,
);