PopupEvent.show constructor

PopupEvent.show(
  1. Marker? marker
)

Implementation

PopupEvent.show(this.marker)
    : markers = null,
      action = PopupEventActions.show;