containsMatcher method

bool containsMatcher(
  1. String key
)

Implementation

bool containsMatcher(String key) => matchers.containsKey(key);