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