GitHubWebhookIssueUser.fromJson constructor

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

Implementation

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