isNotDmcaViolation property
bool
get
isNotDmcaViolation
Returns true if this value is not dmcaViolation, otherwise false.
Implementation
bool get isNotDmcaViolation => !isDmcaViolation;
Returns true if this value is not dmcaViolation, otherwise false.
bool get isNotDmcaViolation => !isDmcaViolation;