condition property

Expr? condition
getter/setter pair

The condition that is associated with this binding.

NOTE: an unsatisfied condition will not allow user access via current binding. Different bindings, including their conditions, are examined independently.

Implementation

Expr? condition;