ParametersWithIV<UnderlyingParameters extends CipherParameters?>  constructor 
      
      ParametersWithIV<UnderlyingParameters extends CipherParameters?> (
    
    
- UnderlyingParameters? parameters,
- Uint8List iv
Implementation
ParametersWithIV(this.parameters, this.iv);