FeatureBody constructor

FeatureBody({
  1. String? name,
  2. String? slug,
  3. String? description,
  4. String? icon,
  5. String? parentId,
  6. String? storeId,
})

Implementation

FeatureBody({
  this.name,
  this.slug,
  this.description,
  this.icon,
  this.parentId,
  this.storeId,
});