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