muted property
bool mutedSource
@DomName('HTMLMediaElement.muted') @DocsEditable() bool get muted => _blink.BlinkHTMLMediaElement.instance.muted_Getter_(this);void muted=(
Source
@DomName('HTMLMediaElement.muted') @DocsEditable() set muted(bool value) => _blink.BlinkHTMLMediaElement.instance.muted_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/MediaElement/muted.html