onLoad property - Window class - dart:html library (original) (raw)

description

Stream<Event> getonLoad

override

Stream of load events handled by this Window.

Implementation

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