MapEvent<T> constructor

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

Implementation

const MapEvent(this.mapId, this.value);