IPDEvent constructor

IPDEvent(
  1. IPDEventType type,
  2. IPDEventAction action, {
  3. required int code,
  4. String? msg,
  5. String? extra,
  6. required int viewId,
})

Implementation

IPDEvent(this.type, this.action,
    {required this.code, this.msg, this.extra, required this.viewId});