comment property

String? get comment
override

Implementation

String? get comment => _$this._comment;
set comment (covariant String? comment)
covariantoverride

Implementation

set comment(covariant String? comment) => _$this._comment = comment;