isNotPorn property

bool get isNotPorn

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

Implementation

bool get isNotPorn => !isPorn;