isMarked property

bool get isMarked

Is this mailbox marked?

Implementation

bool get isMarked => hasFlag(MailboxFlag.marked);