ErrorEventInit constructor
ErrorEventInit({})
Implementation
external factory ErrorEventInit({
bool bubbles,
bool cancelable,
bool composed,
String message,
String filename,
int lineno,
int colno,
JSAny? error,
});