isEnabled method

bool isEnabled(
  1. String key
)

Implementation

bool isEnabled(String key) {
  return features[key]?.boolValue ?? false;
}