PeriodicWaveOptions constructor

PeriodicWaveOptions({
  1. Object? imag,
  2. Object? real,
  3. bool? disableNormalization,
})

Implementation

factory PeriodicWaveOptions({
  _i2.Object? imag,
  _i2.Object? real,
  _i2.bool? disableNormalization,
}) =>
    PeriodicWaveOptions._(
      imag: imag ?? _i6.undefined,
      real: real ?? _i6.undefined,
      disableNormalization: disableNormalization,
    );