isReply property

bool get isReply

Whether this is a reply.

Implementation

bool get isReply => replyToId != null;