isUnselectable property

  1. @Deprecated('Use isNotSelectable instead')
bool isUnselectable

Can this mailbox not be selected?

Implementation

@Deprecated('Use isNotSelectable instead')
bool get isUnselectable => hasFlag(MailboxFlag.noSelect);