isEnabled property
bool
get
isEnabled
Returns true if the feature is enabled, otherwise false.
Implementation
bool get isEnabled => FeatureManager.instance.isEnabled(this);
Returns true if the feature is enabled, otherwise false.
bool get isEnabled => FeatureManager.instance.isEnabled(this);