hasReply property

bool get hasReply

Returns true if reply is not null, otherwise false.

Implementation

bool get hasReply => reply != null;