A relative measure of how specific this rule is, used as a tie-breaker among matching routes of equal priority. Higher is more specific.
@override int get specificity => prefix.length + (exact ? 1 : 0);