RectangleRegion constructor

const RectangleRegion(
  1. LatLngBounds bounds
)

A geographically rectangular region based off coordinate bounds

It can be converted to a:

Implementation

const RectangleRegion(this.bounds);