fromJson static method

ConnectorProjectionConnectorTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ConnectorProjectionConnectorTypeEnum? fromJson(dynamic value) => ConnectorProjectionConnectorTypeEnumTypeTransformer().decode(value);