Line constructor

Line(
  1. dynamic points
)

Implementation

Line(points) : super(points);