isNotPriority property

bool get isNotPriority

Returns negated true or false from priority.

Implementation

bool get isNotPriority => !isPriority;