onLoad 属性

Stream<Event> onLoad
覆盖

由该 Window 处理的 load 事件的流。

实现

Stream<Event> get onLoad => Element.loadEvent.forTarget(this);