GithubIssueModel.fromJson constructor

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

Convert from JSON.

GithubIssueModel.fromJson(json);

Implementation

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