NegotiateResponse constructor

NegotiateResponse({
  1. String? connectionId,
  2. String? connectionToken,
  3. int? negotiateVersion,
  4. List<AvailableTransport>? availableTransports,
  5. String? url,
  6. String? accessToken,
  7. String? error,
})

Implementation

NegotiateResponse({
  this.connectionId,
  this.connectionToken,
  this.negotiateVersion,
  this.availableTransports,
  this.url,
  this.accessToken,
  this.error,
});