MenuModel constructor

MenuModel(
  1. WidgetModel? parent,
  2. String? id
)

Implementation

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