Stream of input events handled by this Window.
input
@DomName('Window.oninput') @DocsEditable() Stream<Event> get onInput => Element.inputEvent.forTarget(this);