FeatureGateException constructor

const FeatureGateException(
  1. FeatureGate gate,
  2. String message
)

Implementation

const FeatureGateException(this.gate, this.message);