GeoBounds constructor

const GeoBounds({
  1. required GeoPoint northeast,
  2. required GeoPoint southwest,
})

Implementation

const GeoBounds({required this.northeast, required this.southwest});