hasHiddenReplies property

bool get hasHiddenReplies

Returns true if hiddenReplies is not null, otherwise false.

Implementation

bool get hasHiddenReplies => hiddenReplies != null;