MarkerDragEvent constructor

const MarkerDragEvent(
  1. int mapId,
  2. LatLng position,
  3. MarkerId markerId
)

Implementation

const MarkerDragEvent(
  int mapId,
  LatLng position,
  MarkerId markerId,
) : super(mapId, position, markerId);