PullRequestComment.fromJson constructor

PullRequestComment.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory PullRequestComment.fromJson(Map<String, dynamic> input) =>
    _$PullRequestCommentFromJson(input);