connection property Null safety

StreamController<ConnectionEventType> connection

Implementation

StreamController<ConnectionEventType> get connection =>
    _connectionStreamController;