Geometry constructor

Geometry({
  1. Location? location,
  2. Viewport? viewport,
})

Implementation

Geometry({this.location, this.viewport});