MapEventMapCreated constructor

const MapEventMapCreated({
  1. required MapController mapController,
})

Create a new MapEventMapCreated object.

Implementation

const MapEventMapCreated({required this.mapController});