hasReplies property

bool get hasReplies

Returns true if replies is not null, otherwise false.

Implementation

bool get hasReplies => replies != null;