InventoryEncryption constructor

InventoryEncryption(
  1. SSEKMS? sSEKMS,
  2. SSES3? sSES3
)

Implementation

InventoryEncryption(
  this.sSEKMS,
  this.sSES3,
);