isHigherThan method

bool isHigherThan(
  1. JobPriority other
)

Compare priorities

Implementation

bool isHigherThan(JobPriority other) => value > other.value;