Bounds constructor
const
Bounds({
- required LatLng northeast,
- required LatLng southwest,
Implementation
const Bounds({
required this.northeast,
required this.southwest,
});