MoveMarkerOp constructor
const
MoveMarkerOp({
- required Key key,
- required LatLng from,
- required LatLng to,
Implementation
const MoveMarkerOp({
required this.key,
required this.from,
required this.to,
});