onError property

Stream<Event> onError

Implementation

Stream<Event> get onError => this.where((e) => e.event == "error");