loadEvent 常量

EventStreamProvider<Event> const loadEvent

静态工厂,用于向非Element实例的事件处理器公开load事件。

有关使用信息,请参阅EventStreamProvider

实现

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