Connection<RefType extends Reference> constructor
- RefType point1,
- RefType point2
Creates a new Connection between two RefType
points.
Implementation
const Connection(this.point1, this.point2);
Creates a new Connection between two RefType
points.
const Connection(this.point1, this.point2);