BroadcastEvent constructor

BroadcastEvent(
  1. BroadcastEventType type,
  2. Object? data
)

Implementation

BroadcastEvent(this.type, this.data);