GithubPullRequestModel.fromJson constructor

GithubPullRequestModel.fromJson(
  1. Map<String, Object?> json
)

Convert from JSON.

GithubPullRequestModel.fromJson(json);

Implementation

factory GithubPullRequestModel.fromJson(Map<String, Object?> json) =>
    _$GithubPullRequestModelFromJson(json);