featureFlag property

String? featureFlag
final

Optional feature flag name. If provided and a FeatureFlagPlugin is registered, the feature is only loaded when the flag evaluates to true.

Implementation

final String? featureFlag;