columnIndices property

List<int>? columnIndices
getter/setter pair

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

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

Implementation

core.List<core.int>? columnIndices;