fromJson static method

WebhookEventAttributesEventEnum? fromJson(
  1. dynamic value
)

Implementation

static WebhookEventAttributesEventEnum? fromJson(dynamic value) => WebhookEventAttributesEventEnumTypeTransformer().decode(value);