isNotNoPromote property

bool get isNotNoPromote

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

Implementation

bool get isNotNoPromote => !isNoPromote;