fromJson static method

WebhookResultDtoWebhookEventEnum? fromJson(
  1. dynamic value
)

Implementation

static WebhookResultDtoWebhookEventEnum? fromJson(dynamic value) => WebhookResultDtoWebhookEventEnumTypeTransformer().decode(value);