fromJson static method

CreateConnectorOptionsConnectorAuthTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static CreateConnectorOptionsConnectorAuthTypeEnum? fromJson(dynamic value) => CreateConnectorOptionsConnectorAuthTypeEnumTypeTransformer().decode(value);