fromJson static method

WebhookDtoMethodEnum? fromJson(
  1. dynamic value
)

Implementation

static WebhookDtoMethodEnum? fromJson(dynamic value) => WebhookDtoMethodEnumTypeTransformer().decode(value);