isTrash property
bool
get
isTrash
Is this the trash folder?
Compare isSpecialUse and identityFlag
Implementation
bool get isTrash => hasFlag(MailboxFlag.trash);
Is this the trash folder?
Compare isSpecialUse and identityFlag
bool get isTrash => hasFlag(MailboxFlag.trash);