NECreateAudioEffectOption constructor Null safety
Implementation
NECreateAudioEffectOption({
  required this.path,
  this.loopCount = 0,
  this.sendEnabled = true,
  this.playbackEnabled = true,
  this.sendVolume = 100,
  this.playbackVolume = 100,
});