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