InventoryDestination constructor

InventoryDestination({
  1. required InventoryS3BucketDestination s3BucketDestination,
})

Implementation

InventoryDestination({
  required this.s3BucketDestination,
});