1. <a class="" href="dart-core/Deprecated-class.html">Deprecated</a>("Internal Use Only")
WheelEvent internalCreateWheelEvent()

Not documented.

Source

@Deprecated("Internal Use Only")
static WheelEvent internalCreateWheelEvent() {
  return new WheelEvent._internalWrap();
}