BaseEvent constructor

BaseEvent(
  1. int? code,
  2. dynamic data
)

Implementation

BaseEvent(this.code, this.data);