filter property

(bool Function(DocumentSnapshot<Object?> a)?) filter
final

Add a filter to the result

Implementation

final bool Function(DocumentSnapshot a)? filter;