isNotDoxxing property

bool get isNotDoxxing

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

Implementation

bool get isNotDoxxing => !isDoxxing;