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