CustomEvent constructor
CustomEvent(
- String type, [
- CustomEventInit eventInitDict
Implementation
external factory CustomEvent(
String type, [
CustomEventInit eventInitDict,
]);