onChange 属性

Stream<Event> onChange
覆盖

由该 Window 处理的 change 事件流。

实现

Stream<Event> get onChange => Element.changeEvent.forTarget(this);