onLoad property Null safety

Stream<Event> onLoad

Stream of load events handled by this Document.

Implementation

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