Edge constructor

Edge(
  1. List<List<double>> points,
  2. MatrixNode from,
  3. MatrixNode to,
  4. EdgeArrowType arrowType,
)

Implementation

Edge(this.points, this.from, this.to, this.arrowType);