NukeEvent<T> constructor

NukeEvent<T>(
  1. String? ref,
  2. Map<T, T> data
)

Implementation

NukeEvent(this.ref, this.data);