CustomMenu constructor

CustomMenu(
  1. String menuId,
  2. String image,
  3. String title,
  4. String type,
)

Implementation

CustomMenu(this.menuId, this.image, this.title, this.type);