revert method
Reverts this operation from the current list.
Modifies current in place and returns the operation itself (or reversed op).
Implementation
@override
MarkerOp revert(List<Marker> list) {
list.removeAtKey(marker.key);
return this;
}