hasNotReply property

bool get hasNotReply

Returns true if reply is null, otherwise false.

Implementation

bool get hasNotReply => !hasReply;