MapEvent<T> constructor

MapEvent<T>(
  1. int mapId,
  2. T? value
)

Implementation

MapEvent(this.mapId, this.value);