hasMutedByList property

bool get hasMutedByList

Returns true if mutedByList is not null, otherwise false.

Implementation

bool get hasMutedByList => mutedByList != null;