FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector constructor

const FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector({
  1. Input<Map<String, String>?>? customProperties,
  2. required Input<String> entityName,
})

Creates a new FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector. customProperties Optional. entityName Required.

Implementation

const FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector({
  this.customProperties,
  required this.entityName,
});