SerialEvent constructor

SerialEvent(
  1. SerialEventType type,
  2. dynamic data
)

Implementation

SerialEvent(this.type, this.data);