StreamStartBatchedRequest constructor
const
StreamStartBatchedRequest(})
Implementation
const StreamStartBatchedRequest(
int requestId,
this.connectionId,
this.sql, {
this.fetchSize = 1000,
this.chunkSize = 64 * 1024,
}) : super(requestId, RequestType.streamStartBatched);