GithubLabelValue.fromJson constructor

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

Convert from JSON.

GithubLabelValue.fromJson(json);

Implementation

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