Encryption constructor
Encryption({})
Implementation
Encryption({
required this.algorithm,
required this.roleArn,
this.constantInitializationVector,
this.deviceId,
this.keyType,
this.region,
this.resourceId,
this.secretArn,
this.url,
});