enabled property

bool enabled

Whether the effect is enabled. When true, and if the effect is part of an AudioPipeline attached to an AudioPlayer, the effect will modify the audio player's output. When false, the audio pipeline will still reserve platform resources for the effect but the effect will be bypassed.

Implementation

bool get enabled => _enabledSubject.nvalue!;