ModelManagerConfigBuilder class

Builder for configuring ModelManager

Constructors

ModelManagerConfigBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
listener ModelLifecycleListener?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() ModelManagerConfig
enableLogging(bool enabled) ModelManagerConfigBuilder
Enables or disables debug logging. Default: true
lifecycleListener(ModelLifecycleListener listener) ModelManagerConfigBuilder
Sets the lifecycle event listener for model operations.
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