IosZjEvent constructor
IosZjEvent(
- IosZjEventType type,
- IosZjEventAction action, {
- required int code,
- String? msg,
- String? extra,
- required int viewId,
Implementation
IosZjEvent(this.type, this.action, {required this.code, this.msg, this.extra, required this.viewId});