Destination constructor

Destination({
  1. ProductAccount? linkedAccount,
  2. ProductAccount? loginAccount,
  3. ProductAccount? operatingAccount,
  4. String? productDestinationId,
  5. String? reference,
})

Implementation

Destination({
  this.linkedAccount,
  this.loginAccount,
  this.operatingAccount,
  this.productDestinationId,
  this.reference,
});