originalPoints property
This read-only property returns the List of Points that was the original route of the Link that is being reshaped. This List should not be modified; its value is indeterminate until a reshaping has been activated.
Implementation
_i3.List<_i3.Point> get originalPoints => _i4.getProperty(
this,
'originalPoints',
);