comment property

String? comment

Property getter and setter for comment:

Implementation

String? get comment;
void comment=(String? comment)

Implementation

set comment(String? comment);