GithubPullRequestTimelineModel.fromJson constructor

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

Convert from JSON.

GithubPullRequestTimelineModel.fromJson(json);

Implementation

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