excuses method

bool excuses(
  1. String key
)

Whether key is permanently exempt from this pattern.

Implementation

bool excuses(String key) => except.contains(key);