View constructor
View(
- String title,
- List<
WidgetView> items, - Map<
String, WidgetView> idWidgetMap
Implementation
View(this.title, this.items, this.idWidgetMap);