CallbackEvent constructor

CallbackEvent(
  1. CallbackEventType type,
  2. String message
)

Implementation

CallbackEvent(this.type, this.message);