Polygon constructor

Polygon(
  1. List? points
)

Implementation

Polygon(super.points);