CreatePullRequestComment.fromJson constructor

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

Implementation

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