muted property
bool
get
muted
The HTMLMediaElement.muted
property indicates whether the media
element is muted.
Implementation
external bool get muted;
set
muted
(bool value)
Implementation
external set muted(bool value);