DOMMouseEvent<T> constructor
DOMMouseEvent<T> ()
Implementation
DOMMouseEvent(
super.treeMap,
super.event,
super.eventTarget,
super.target,
this.client,
this.offset,
this.page,
this.screen,
this.button,
this.buttons,
this.altKey,
this.ctrlKey,
this.shiftKey,
this.metaKey)
: super();