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