core.Map<core.String, core.dynamic> toJson() { final parent = this.parent; final pullRequestComment = this.pullRequestComment; return {'parent': ?parent, 'pullRequestComment': ?pullRequestComment}; }