PredicateFilter constructor

const PredicateFilter(
  1. bool predicate(
    1. LogEntry entry
    )
)

Implementation

const PredicateFilter(this.predicate);