SvgPoly constructor

SvgPoly(
  1. String tagName,
  2. bool close,
  3. List<Point<double>> points
)

Implementation

SvgPoly(this.tagName, this.close, this.points);