hasNotReplies property
bool
get
hasNotReplies
Returns true if replies
is null, otherwise false.
Implementation
bool get hasNotReplies => !hasReplies;
Returns true if replies
is null, otherwise false.
bool get hasNotReplies => !hasReplies;