PhotoFolderDTO constructor
PhotoFolderDTO({})
Implementation
PhotoFolderDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.children,
this.photos,
this.store});