BulkInsertArrayRequest constructor
BulkInsertArrayRequest()
Implementation
BulkInsertArrayRequest(
int requestId,
this.connectionId,
this.table,
this.columns,
Uint8List dataBuffer,
this.rowCount,
) : _dataBuffer = dataBuffer,
_transferableData = null,
super(requestId, RequestType.bulkInsertArray);