isMuted method

  1. @override
bool isMuted()
override

Implementation

@override
bool isMuted() {
  return value.volume == 0;
}