isMuted property
bool
get
isMuted
Implementation
bool get isMuted => _data[4];
set
isMuted
(bool f)
Implementation
void set isMuted(bool f) => f ? _data.setBit(4) : _data.clearBit(4);