comment property
String?
get
comment
Implementation
String? get comment => _comment;
set
comment
(String? comment)
Implementation
set comment(String? comment) => _comment = comment;