merge method
Merges this operation with other, returning a new operation.
Implementation
@override
PolylineOp merge(Op<InteractivePolyline> next) => this;
Merges this operation with other, returning a new operation.
@override
PolylineOp merge(Op<InteractivePolyline> next) => this;