comment property

String? get comment

Property getter and setter for comment:

Implementation

String? get comment;
set comment (String? comment)

Implementation

set comment(String? comment);