hasChildren property

bool get hasChildren

Does this mailbox have children?

Implementation

bool get hasChildren => hasFlag(MailboxFlag.hasChildren);