containsFeature method

bool containsFeature(
  1. String key
)

Implementation

bool containsFeature(String key) => _features.containsKey(key);