isNotNudity property

bool get isNotNudity

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

Implementation

bool get isNotNudity => !isNudity;