hasChildren property
bool
get
hasChildren
Does this mailbox have children?
Implementation
bool get hasChildren => hasFlag(MailboxFlag.hasChildren);
Does this mailbox have children?
bool get hasChildren => hasFlag(MailboxFlag.hasChildren);