rowIndices property

List<int>? rowIndices
getter/setter pair

The list of zero-based indices specifying which rows to update.

If no indices are provided, all rows in the table will be updated.

Implementation

core.List<core.int>? rowIndices;