Destination constructor
Destination({
- ProductAccount? linkedAccount,
- ProductAccount? loginAccount,
- ProductAccount? operatingAccount,
- String? productDestinationId,
- String? reference,
Implementation
Destination({
this.linkedAccount,
this.loginAccount,
this.operatingAccount,
this.productDestinationId,
this.reference,
});