filterPass method

bool filterPass(
  1. T value
)

Implementation

bool filterPass(T value) => _filter?.call(value) ?? true;