onLoad property

Stream<Event> onLoad
@DocsEditable(), @DomName('Document.onload')

Stream of load events handled by this Document.

Implementation

@DomName('Document.onload')
@DocsEditable()
Stream<Event> get onLoad => Element.loadEvent.forTarget(this);