featureFlag property

bool? featureFlag
final

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;