SubscriptionKey constructor

SubscriptionKey(
  1. String key,
  2. Iterable<String> match
)

Implementation

SubscriptionKey(this.key, Iterable<String> match) :
  regexp = match.map((r)=>pathToRegExp(r));