ConnectResponse constructor

const ConnectResponse(
  1. int requestId,
  2. int connectionId, {
  3. String? error,
})

Implementation

const ConnectResponse(super.requestId, this.connectionId, {this.error});