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