isUrgent property

bool isUrgent

Whether this set of flags has the urgent flag set.

Implementation

bool get isUrgent => has(urgent);