canMerge method
Checks if this operation can be merged with other.
Implementation
@override
bool canMerge(Op<InteractivePolyline> next) =>
next is MovePolylineOp && next.key == key;
Checks if this operation can be merged with other.
@override
bool canMerge(Op<InteractivePolyline> next) =>
next is MovePolylineOp && next.key == key;