model

open override var model: LLModel(source)

Represents an override property model of type LLModel. This property is backed by an ActiveProperty, which ensures the property value is dynamically updated based on the active state determined by the isActive parameter.

This implementation allows for reactive behavior, ensuring that the model value is updated or resolved only when the isActive condition changes.