RectangleLocation constructor

RectangleLocation({
  1. required Location northEast,
  2. required Location southWest,
})

Implementation

RectangleLocation({required this.northEast, required this.southWest});