featureFlag property
A general-purpose feature flag.
This can be used to control the availability of any feature. true
enables the feature, false or null disables it.
Implementation
final bool? featureFlag;
A general-purpose feature flag.
This can be used to control the availability of any feature. true
enables the feature, false or null disables it.
final bool? featureFlag;