operator [] method Null safety

Stream<Event> operator [](
  1. String type
)

Implementation

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