PhotoDTO constructor
PhotoDTO({})
Implementation
PhotoDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.url,
this.name,
this.description,
this.alt,
this.folder});