onLoad property Null safety

Stream<Event> onLoad
override

Stream of load events handled by this Window.

Implementation

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