comments property

bool? get comments
override

Implementation

bool? get comments => _$this._comments;
set comments (covariant bool? comments)
covariantoverride

Implementation

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