matches method

bool matches(
  1. String key
)
inherited

Implementation

bool matches(String key) => ranges.hasMatch(key);