predicate property

bool Function(T value) predicate
final

The predicate that determines validity. Returns true if the value is valid.

Implementation

final bool Function(T value) predicate;