isNotMuted property

bool get isNotMuted

Returns negated true or false from muted.

Implementation

bool get isNotMuted => !isMuted;