hasNotMuteUntil property

bool get hasNotMuteUntil

Returns true if muteUntil is null, otherwise false.

Implementation

bool get hasNotMuteUntil => !hasMuteUntil;