BlogDTO constructor
BlogDTO({})
Implementation
BlogDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.title,
this.content,
this.photos,
this.tags,
});
BlogDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.title,
this.content,
this.photos,
this.tags,
});