WhereFunction<T> constructor

WhereFunction<T>(
  1. String id,
  2. bool whereFn(
    1. T
    )
)

Implementation

WhereFunction(this.id, this.whereFn);