AsyncValidationRule<T, U> constructor

AsyncValidationRule<T, U>({
  1. required Future<bool> ruler(
    1. T
    ),
  2. required U negativeFeedback,
})

Implementation

AsyncValidationRule({required this.ruler, required this.negativeFeedback});