comments property

String? comments

Implementation

String? get comments => _$this._comments;
void comments=(String? comments)

Implementation

set comments(String? comments) => _$this._comments = comments;