HousePosition constructor

HousePosition(
  1. Rect bounds,
  2. List<Offset> vertices
)

Implementation

HousePosition(this.bounds, this.vertices);