onOpen property

Stream<Event> onOpen

Implementation

Stream<Event> get onOpen => this.where((e) => e.event == "open");