hasNotMuteReportingUntil property

bool get hasNotMuteReportingUntil

Returns true if muteReportingUntil is null, otherwise false.

Implementation

bool get hasNotMuteReportingUntil => !hasMuteReportingUntil;