priority property

double priority
getter/setter pair

The Constraint Priority. The Priority can only be modified when the Constraint is being created. Once it is added to the solver, modifications to the Constraint Priority will have no effect on the how the solver evaluates the constraint.

Implementation

double priority = Priority.required;