BaseConnection<SubClassEvents extends EventsWithError<ErrorType>, ErrorType extends String> constructor

BaseConnection<SubClassEvents extends EventsWithError<ErrorType>, ErrorType extends String>(
  1. String peer,
  2. Peer? provider,
  3. dynamic options
)

Implementation

BaseConnection(this.peer, this.provider, this.options) {
  metadata = options.metadata;
}