SandboxItemFireWebhookResponse.fromJson constructor

SandboxItemFireWebhookResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SandboxItemFireWebhookResponse.fromJson(Map<String, dynamic> json) =>
    _$SandboxItemFireWebhookResponseFromJson(json);