addIf property

bool Function(T) addIf
final

Callback, indicating whether the provided T item should be added to the p, or not.

Implementation

final bool Function(T) addIf;