fromJson static method

WebhookResultDtoHttpMethodEnum? fromJson(
  1. dynamic value
)

Implementation

static WebhookResultDtoHttpMethodEnum? fromJson(dynamic value) => WebhookResultDtoHttpMethodEnumTypeTransformer().decode(value);