filter property

(bool Function(DynamicMap update)?) filter
final

Callback to filter the contents of the collection.

Implementation

final bool Function(DynamicMap update)? filter;