containsFilter method

bool containsFilter(
  1. String key
)

Implementation

bool containsFilter(String key) => filters.containsKey(key);