fromJson static method

ConnectorDtoConnectorTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ConnectorDtoConnectorTypeEnum? fromJson(dynamic value) => ConnectorDtoConnectorTypeEnumTypeTransformer().decode(value);