isNotDmcaViolation property

bool get isNotDmcaViolation

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

Implementation

bool get isNotDmcaViolation => !isDmcaViolation;