GithubPullRequestHeadValue.fromJson constructor
Convert from JSON.
GithubPullRequestHeadValue.fromJson(json);
Implementation
factory GithubPullRequestHeadValue.fromJson(Map<String, Object?> json) =>
_$GithubPullRequestHeadValueFromJson(json);