RectangleGeographicArea constructor
RectangleGeographicArea({
- required Coordinates topLeft,
- required Coordinates bottomRight,
Implementation
RectangleGeographicArea({required this.topLeft, required this.bottomRight});