isSelected property

bool get isSelected

Is this mailbox selected?

Implementation

bool get isSelected => hasFlag(MailboxFlag.select);