hasMuteUntil property

bool get hasMuteUntil

Returns true if muteUntil is not null, otherwise false.

Implementation

bool get hasMuteUntil => muteUntil != null;