DataflowDetail constructor

DataflowDetail({
  1. Destination? destination,
  2. String? errorMessage,
  3. Source? source,
})

Implementation

DataflowDetail({
  this.destination,
  this.errorMessage,
  this.source,
});