isNotWarn property

bool get isNotWarn

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

Implementation

bool get isNotWarn => !isWarn;