fromJson static method

CreateConnectorOptionsConnectorTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static CreateConnectorOptionsConnectorTypeEnum? fromJson(dynamic value) => CreateConnectorOptionsConnectorTypeEnumTypeTransformer().decode(value);