isEnabled property

bool get isEnabled

Returns true if the feature is enabled, otherwise false.

Implementation

bool get isEnabled => FeatureManager.instance.isEnabled(this);