hasReply property
bool
get
hasReply
Returns true if reply
is not null, otherwise false.
Implementation
bool get hasReply => reply != null;
Returns true if reply
is not null, otherwise false.
bool get hasReply => reply != null;