getFeature method

FeatureAbstract? getFeature(
  1. String key
)

Implementation

FeatureAbstract? getFeature(String key) => _features[key];