MenuItemUiModel constructor
MenuItemUiModel({})
Implementation
MenuItemUiModel({
this.route,
this.children,
this.idMenuItem = '',
this.icon = Icons.circle_outlined,
this.nivel = 0,
this.onTapItem,
});
MenuItemUiModel({
this.route,
this.children,
this.idMenuItem = '',
this.icon = Icons.circle_outlined,
this.nivel = 0,
this.onTapItem,
});