Dart API Reference
dart:html
UIEvent
UIEvent
UIEvent
constructor
UIEvent
(
String
type
,
{
Window
view
,
int
detail
:
0
,
bool
canBubble
:
true
,
bool
cancelable
:
true
}
)