DeleteWebhookOutput.fromJson constructor

DeleteWebhookOutput.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteWebhookOutput.fromJson(Map<String, dynamic> _) {
  return DeleteWebhookOutput();
}