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