TableUpdate constructor
TableUpdate({
- required int tableId,
- required String tableName,
- required Int64 numRows,
- required List<
CompressableQueryUpdate> updates,
Implementation
TableUpdate({
required this.tableId,
required this.tableName,
required this.numRows,
required this.updates,
});