filter property

FilterCallback<T>? filter
final

Called before any operation with a DocumentSnapshot; If it returns true, then dismisses that DocumentSnapshot from the list

Implementation

final FilterCallback<T>? filter;