FeatureDTO constructor
FeatureDTO({})
Implementation
FeatureDTO(
{super.id,
super.createdAt,
super.updatedAt,
super.isActive,
super.isDeleted,
this.name,
this.slug,
this.description,
this.icon,
this.store,
this.children});