onLoad 属性

Stream<Event> onLoad
重写

由这个 Window 处理的 load 事件的流。

实现

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