comments property

int? comments

Implementation

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

Implementation

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