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

description

ElementStream<Event> getonLoad

override

Stream of load events handled by this BodyElement.

Implementation

ElementStream<Event> get onLoad => loadEvent.forElement(this);