StreamStartBatchedRequest constructor
StreamStartBatchedRequest(})
Implementation
StreamStartBatchedRequest(
int requestId,
this.connectionId,
this.sql, {
this.fetchSize = 1000,
this.chunkSize = 64 * 1024,
this.resultEncodingWire = 0,
Uint8List? paramsBuffer,
}) : _paramsBuffer = paramsBuffer,
_transferableParams = null,
super(requestId, RequestType.streamStartBatched);