isEnabled method

bool isEnabled(
  1. FeatureGate gate
)

Whether a specific gate is enabled in this config.

Implementation

bool isEnabled(FeatureGate gate) => gates[gate] ?? false;