toJson method

Map<String, dynamic> toJson()

Implementation

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