ErrorEvent.internal constructor
Internal constructor. Not part of dart:html.
Implementation
ErrorEvent.internal({
this.colno,
this.error,
this.filename,
this.lineno,
this.message,
}) : super.internal('error');
Internal constructor. Not part of dart:html.
ErrorEvent.internal({
this.colno,
this.error,
this.filename,
this.lineno,
this.message,
}) : super.internal('error');