ExecuteAsyncStartParamsRequest constructor
ExecuteAsyncStartParamsRequest(})
Implementation
ExecuteAsyncStartParamsRequest(
int requestId,
this.connectionId,
this.sql,
Uint8List serializedParams, {
this.resultEncodingWire = 0,
}) : _serializedParams = serializedParams,
_transferableParams = null,
super(requestId, RequestType.executeAsyncStartParams);