CustomEvent constructor
CustomEvent(
- String type,
- CustomEventInit customEventInit
Implementation
CustomEvent(String type, CustomEventInit customEventInit)
: _customEventInit = customEventInit, super(type, customEventInit);