isMuting property

RxBool isMuting
final

Indicator whether there's an ongoing toggleMute happening.

Used to discard repeated toggling.

Implementation

final RxBool isMuting = RxBool(false);