hasNotMutedByList property

bool get hasNotMutedByList

Returns true if mutedByList is null, otherwise false.

Implementation

bool get hasNotMutedByList => !hasMutedByList;