MainMenuModel constructor

MainMenuModel(
  1. String id,
  2. String? categoryDescription,
  3. String? categoryImage,
  4. String? categoryMobileImage,
  5. String? categoryName,
  6. int? childCount,
  7. int? sortOrder,
  8. bool? status,
)

Implementation

MainMenuModel(
  this.id,
  this.categoryDescription,
  this.categoryImage,
  this.categoryMobileImage,
  this.categoryName,
  this.childCount,
  this.sortOrder,
  this.status,
);