filter method

  1. @protected
bool filter(
  1. DynamicMap data
)

Filters the given data.

If it returns true, the data will be included.

Implementation

@protected
bool filter(DynamicMap data) => true;