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