menu
khadem package
documentation
queue.dart
JobPriority
isHigherThan method
isHigherThan method
dark_mode
light_mode
isHigherThan
method
bool
isHigherThan
(
JobPriority
other
)
Compare priorities
Implementation
bool isHigherThan(JobPriority other) => value > other.value;
khadem package
documentation
queue
JobPriority
isHigherThan method
JobPriority enum