index property

String? index
getter/setter pair

If non-empty, the name of an index on table.

This index is used instead of the table primary key when interpreting key_set and sorting result rows. See key_set for further information.

Implementation

core.String? index;