Webhook.fromJson constructor

Webhook.fromJson(
  1. Map<String, dynamic> input
)

Implementation

factory Webhook.fromJson(Map<String, dynamic> input) =>
    _$WebhookFromJson(input);