muted property

bool muted

Implementation

bool get muted => _delegate.muted;
void muted=(bool mute)

Implementation

set muted(bool mute) => _delegate.muted = mute;