index property
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;
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.
core.String? index;