WebhookResponse.fromJson constructor

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

Implementation

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