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