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