bool muted

Source

bool get muted => video.muted;
void muted=(bool value)

Source

set muted(bool value) {
  video.muted = value;
}