isNotReply property

bool get isNotReply

Returns true if this value is not reply, otherwise false.

Implementation

bool get isNotReply => !isReply;