muted property

bool get muted

Implementation

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

Implementation

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