isNotIgnore property

bool get isNotIgnore

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

Implementation

bool get isNotIgnore => !isIgnore;