comment property

VideoCommentBuilder get comment

Implementation

VideoCommentBuilder get comment =>
    _$this._comment ??= new VideoCommentBuilder();
set comment (VideoCommentBuilder? comment)

Implementation

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