Destination constructor

Destination({
  1. String? accountId,
  2. String? containerId,
  3. String? destinationId,
  4. String? destinationLinkId,
  5. String? fingerprint,
  6. String? name,
  7. String? path,
  8. String? tagManagerUrl,
})

Implementation

Destination({
  this.accountId,
  this.containerId,
  this.destinationId,
  this.destinationLinkId,
  this.fingerprint,
  this.name,
  this.path,
  this.tagManagerUrl,
});