isNotModEventComment property

bool get isNotModEventComment

Returns true if this data is not ModEventComment, otherwise false.

Implementation

bool get isNotModEventComment => !isModEventComment;