1. Deprecated("Internal Use Only")
WheelEvent internalCreateWheelEvent()

Source

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