createUpdateOp method

  1. @override
Op<InteractivePolyline<Object>> createUpdateOp(
  1. InteractivePolyline<Object> oldItem,
  2. InteractivePolyline<Object> newItem, {
  3. int index = -1,
})
override

Implementation

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