isNotSexual property

bool get isNotSexual

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

Implementation

bool get isNotSexual => !isSexual;