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