ThemeDTO constructor
ThemeDTO({})
Implementation
ThemeDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.title,
this.content,
this.design});