hasNotHiddenReplies property

bool get hasNotHiddenReplies

Returns true if hiddenReplies is null, otherwise false.

Implementation

bool get hasNotHiddenReplies => !hasHiddenReplies;