muted property

bool muted

Implementation

bool get muted => _html.muted;
void muted=(bool v)

Implementation

set muted(bool v) => _html.muted = v;