onChildNodeInserted property

  1. @override
Stream<ChildNodeInsertedEvent> onChildNodeInserted
latefinal

Implementation

@override
late final Stream<ChildNodeInsertedEvent> onChildNodeInserted =
    StreamTransformer.fromHandlers(handleData: _onChildNodeInserted)
        .bind(_dom.onChildNodeInserted);