IPDEvent constructor
IPDEvent(
- IPDEventType type,
- IPDEventAction action, {
- required int code,
- String? msg,
- String? extra,
- required int viewId,
Implementation
IPDEvent(this.type, this.action,
{required this.code, this.msg, this.extra, required this.viewId});