createUpdateOp method
Op<InteractivePolyline<Object> >
createUpdateOp(
- InteractivePolyline<
Object> oldItem, - InteractivePolyline<
Object> newItem, { - int index = -1,
override
Implementation
@override
Op<InteractivePolyline> createUpdateOp(
InteractivePolyline oldItem, InteractivePolyline newItem,
{int index = -1}) =>
UpdatePolylineOp(oldPolyline: oldItem, newPolyline: newItem);