owner property

Param? owner

Variables represent state inside the solver. This state is usually of interest to some entity outside the solver. Such entities can (optionally) associate themselves with these variables. This means that when solver is flushed, it is easy to obtain a reference to the entity the variable is associated with.

Implementation

Param? get owner => _owner;