hasNotComment property

bool get hasNotComment

Returns true if comment is null, otherwise false.

Implementation

bool get hasNotComment => !hasComment;