CallbackEvent constructor
CallbackEvent(
- CallbackEventType type,
- String message
Implementation
CallbackEvent(this.type, this.message);
CallbackEvent(this.type, this.message);