webhookToolApiSchemaConfigOutputMethodMethodNullableFromJson static method

WebhookToolApiSchemaConfigOutputMethod? webhookToolApiSchemaConfigOutputMethodMethodNullableFromJson(
  1. Object? value
)

Implementation

static enums.WebhookToolApiSchemaConfigOutputMethod?
    webhookToolApiSchemaConfigOutputMethodMethodNullableFromJson(
            Object? value) =>
        webhookToolApiSchemaConfigOutputMethodNullableFromJson(
            value, enums.WebhookToolApiSchemaConfigOutputMethod.$get);