hasNotComment property
bool
get
hasNotComment
Returns true if comment
is null, otherwise false.
Implementation
bool get hasNotComment => !hasComment;
Returns true if comment
is null, otherwise false.
bool get hasNotComment => !hasComment;