hasHiddenReplies property
bool
get
hasHiddenReplies
Returns true if hiddenReplies
is not null, otherwise false.
Implementation
bool get hasHiddenReplies => hiddenReplies != null;
Returns true if hiddenReplies
is not null, otherwise false.
bool get hasHiddenReplies => hiddenReplies != null;