isMuted property

bool isMuted

Whether this user is muted.

Implementation

bool get isMuted => isServerMuted || isSelfMuted;