Stream<Event> operator [](String type)

Source

Stream<Event> operator [](String type) {
  return new _EventStream(_ptr, type, false);
}