isInbox property

bool get isInbox

Whether the message is inboxed.

Implementation

bool get isInbox => !isOutbox;