isSelected property
bool
get
isSelected
Is this mailbox selected?
Implementation
bool get isSelected => hasFlag(MailboxFlag.select);
Is this mailbox selected?
bool get isSelected => hasFlag(MailboxFlag.select);