stream property Null safety

Stream<Map> stream

this dispatch the data we receive onto the stream listeners...

Implementation

Stream<Map> get stream async* {
  yield* _controller.stream;
}