Stream<Event> onChange
@DocsEditable(), @DomName('Window.onchange')

Stream of change events handled by this Window.

Source

@DomName('Window.onchange')
@DocsEditable()
Stream<Event> get onChange => Element.changeEvent.forTarget(this);