isNotAlert property

bool get isNotAlert

Returns true if this value is not alert, otherwise false.

Implementation

bool get isNotAlert => !isAlert;