GoogleGeocodingViewport constructor Null safety

const GoogleGeocodingViewport(
  1. {required GoogleGeocodingLocation northeast,
  2. required GoogleGeocodingLocation southwest}
)

Implementation

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