View constructor

View(
  1. String title,
  2. List<WidgetView> items,
  3. Map<String, WidgetView> idWidgetMap
)

Implementation

View(this.title, this.items, this.idWidgetMap);