webhookToolApiSchemaConfigInputMethodNullableToJson function

String? webhookToolApiSchemaConfigInputMethodNullableToJson(
  1. WebhookToolApiSchemaConfigInputMethod? webhookToolApiSchemaConfigInputMethod
)

Implementation

String? webhookToolApiSchemaConfigInputMethodNullableToJson(
    enums.WebhookToolApiSchemaConfigInputMethod?
        webhookToolApiSchemaConfigInputMethod) {
  return webhookToolApiSchemaConfigInputMethod?.value;
}