WebhookInfo.fromJson constructor

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

Implementation

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