BaseConnection<SubClassEvents extends EventsWithError<ErrorType> , ErrorType extends String>  constructor 
      
      BaseConnection<SubClassEvents extends EventsWithError<ErrorType> , ErrorType extends String> ()
     
    
    
Implementation
BaseConnection(this.peer, this.provider, this.options) {
  metadata = options.metadata;
}