StoreDTO constructor
StoreDTO({})
Implementation
StoreDTO({
super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.type,
this.info,
this.children,
this.setting,
this.highlighted,
this.totalRatingCount,
this.averageRating,
});