IosZjEvent constructor

IosZjEvent(
  1. IosZjEventType type,
  2. IosZjEventAction action, {
  3. required int code,
  4. String? msg,
  5. String? extra,
  6. required int viewId,
})

Implementation

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