hasMuteUntil property
bool
get
hasMuteUntil
Returns true if muteUntil
is not null, otherwise false.
Implementation
bool get hasMuteUntil => muteUntil != null;
Returns true if muteUntil
is not null, otherwise false.
bool get hasMuteUntil => muteUntil != null;