MapEventLocation<T> constructor

MapEventLocation<T>(
  1. int mapId,
  2. Location location,
  3. T? value
)

Implementation

MapEventLocation(int mapId, this.location, T? value) : super(mapId, value);