MenuItem.fromParams constructor

MenuItem.fromParams({
  1. int? id,
  2. int? menuLevel,
  3. int? parentId,
  4. int? type,
  5. String? name,
  6. String? typeValue,
  7. List<MenuItem?>? subMenuList,
})

Implementation

MenuItem.fromParams({this.id, this.menuLevel, this.parentId, this.type, this.name, this.typeValue, this.subMenuList});