InventoryDestination constructor

InventoryDestination(
  1. InventoryS3BucketDestination? s3BucketDestination
)

Implementation

InventoryDestination(
  this.s3BucketDestination,
);