ImCustomMessage constructor

ImCustomMessage(
  1. int event,
  2. dynamic data
)

Implementation

ImCustomMessage(this.event, this.data);