condition property
A function that returns a boolean indicating whether the validator should be applied.
Implementation
final bool Function(T? value) condition;
A function that returns a boolean indicating whether the validator should be applied.
final bool Function(T? value) condition;