TF-1080 Implement delete multiple mailbox folder
This commit is contained in:
@@ -33,6 +33,10 @@ class MailboxNode with EquatableMixin{
|
||||
}
|
||||
);
|
||||
|
||||
bool get nameNotEmpty => item.name?.name.isNotEmpty == true;
|
||||
|
||||
String get mailboxNameAsString => item.name?.name ?? '';
|
||||
|
||||
void addChildNode(MailboxNode node) {
|
||||
childrenItems ??= [];
|
||||
childrenItems?.add(node);
|
||||
|
||||
Reference in New Issue
Block a user