SilentWave constructor

SilentWave({
  1. required double gain,
})

Create an instance.

Implementation

SilentWave({
  required this.gain,
});