Polygon constructor

Polygon(
  1. List<int> faces,
  2. List<int> connectedFaces
)

Implementation

Polygon(
  this.faces,
  this.connectedFaces
);