Destination constructor

Destination({
  1. ConfigDetails? configDetails,
  2. String? configId,
  3. ConfigCapabilityType? configType,
  4. String? dataflowDestinationRegion,
})

Implementation

Destination({
  this.configDetails,
  this.configId,
  this.configType,
  this.dataflowDestinationRegion,
});