Encryption constructor

Encryption({
  1. Aes128Encryption? aes128,
  2. DrmSystems? drmSystems,
  3. String? id,
  4. MpegCommonEncryption? mpegCenc,
  5. SampleAesEncryption? sampleAes,
  6. SecretManagerSource? secretManagerKeySource,
})

Implementation

Encryption({
  this.aes128,
  this.drmSystems,
  this.id,
  this.mpegCenc,
  this.sampleAes,
  this.secretManagerKeySource,
});