MailFolder constructor
MailFolder({})
Implementation
MailFolder({
this.id,
this.displayName,
this.childFolderCount,
this.totalItemCount,
this.unreadItemCount,
this.parentFolderId,
});
MailFolder({
this.id,
this.displayName,
this.childFolderCount,
this.totalItemCount,
this.unreadItemCount,
this.parentFolderId,
});