ZJEvent constructor

ZJEvent(
  1. ZJEventType type,
  2. ZJEventAction action, {
  3. required int code,
  4. String? msg,
  5. String? extra,
  6. required int viewId,
})

Implementation

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