MenuModel constructor
MenuModel(
- WidgetModel? parent,
- String? id
Implementation
MenuModel(WidgetModel? parent, String? id) : super(parent, id)
{
// instantiate busy observable
busy = false;
}