FeatureGateException constructor
const
FeatureGateException(
- FeatureGate gate,
- String message
Implementation
const FeatureGateException(this.gate, this.message);
const FeatureGateException(this.gate, this.message);