Precedence extension

Extends Rule? with a getter precedence to avoid having to explicitly default to -1 whenever attempting to access the hidden property _precedence on a nullish value.

on

Properties

precedence int
Gets the precedence of this rule. Defaults to -1 if null.
no setter