isNotGore property

bool get isNotGore

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

Implementation

bool get isNotGore => !isGore;