ZJEvent constructor
ZJEvent(
- ZJEventType type,
- ZJEventAction action, {
- required int code,
- String? msg,
- String? extra,
- required int viewId,
Implementation
ZJEvent(this.type, this.action,
{required this.code, this.msg, this.extra, required this.viewId});