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