AutoDreamEnabledCheck class

Whether background memory consolidation should run.

User setting (autoDreamEnabled in settings.json) overrides the GrowthBook default when explicitly set; otherwise falls through to the feature flag.

Constructors

AutoDreamEnabledCheck({required bool? getUserSetting(), required bool getFeatureFlagEnabled()})
const

Properties

getFeatureFlagEnabled bool Function()
Read the GrowthBook feature flag value.
final
getUserSetting bool? Function()
Read the user setting from settings.json (may be null if unset).
final
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited