Denoise constructor

Denoise({
  1. double? strength,
  2. String? tune,
})

Implementation

Denoise({
  this.strength,
  this.tune,
});