DetectDriverRequest constructor

const DetectDriverRequest(
  1. int requestId,
  2. String connectionString
)

Implementation

const DetectDriverRequest(int requestId, this.connectionString)
    : super(requestId, RequestType.detectDriver);