GithubMilestoneValue.fromJson constructor

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

Convert from JSON.

GithubMilestoneValue.fromJson(json);

Implementation

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