isMute property Null safety

bool isMute

Whether the current chat room is muted

Implementation

bool get isMute => mute == 0x01;