highest property

Role get highest

The highest role in this list.

Implementation

Role get highest => reduce((a, b) => compare(a, b) < 0 ? b : a);