Destination constructor
Destination({
- ConfigDetails? configDetails,
- String? configId,
- ConfigCapabilityType? configType,
- String? dataflowDestinationRegion,
Implementation
Destination({
this.configDetails,
this.configId,
this.configType,
this.dataflowDestinationRegion,
});