isMuted property

bool isMuted

Whether the video is currently muted.

Implementation

bool get isMuted => video.volume == 0;