loadEvent 常量

EventStreamProvider<Event> const loadEvent

静态工厂,旨在向事件处理器公开 load 事件,这些事件处理器不一定是 BodyElement 的实例。

有关使用信息,请参阅 EventStreamProvider

实现

static const EventStreamProvider<Event> loadEvent =
    const EventStreamProvider<Event>('load');