GithubPullRequestHeadValue.fromJson constructor

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

Convert from JSON.

GithubPullRequestHeadValue.fromJson(json);

Implementation

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