WhereCallback typedef

WhereCallback = bool Function(QueryBase)

Should return true if a condition is met.

Similar to List.where.

Implementation

typedef WhereCallback = bool Function(QueryBase<dynamic, dynamic>);