predicate property
The predicate that determines validity.
Returns true if the value is valid.
Implementation
final bool Function(T value) predicate;
The predicate that determines validity.
Returns true if the value is valid.
final bool Function(T value) predicate;