Layout constructor

Layout(
  1. Map map,
  2. View view
)

Implementation

Layout(this.map, this.view);