isSpecialUse property

bool get isSpecialUse

Does this mailbox have a known specific purpose?

Compare identityFlag, isInbox, isDrafts, isSent, isJunk, isTrash, isArchive.

Implementation

bool get isSpecialUse => identityFlag != null;