CreatePullRequest.fromJson constructor

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

Implementation

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