Polygon constructor

Polygon(
  1. List<String> points
)

Implementation

Polygon(this.points);