hasNotReplies property

bool get hasNotReplies

Returns true if replies is null, otherwise false.

Implementation

bool get hasNotReplies => !hasReplies;