LatLngBounds constructor Null safety
Implementation
LatLngBounds({
required this.west,
required this.east,
required this.south,
required this.north,
});
LatLngBounds({
required this.west,
required this.east,
required this.south,
required this.north,
});