keys property

List<List<Object?>>? keys
getter/setter pair

A list of specific keys.

Entries in keys should have exactly as many elements as there are columns in the primary or index key with which this KeySet is used. Individual key values are encoded as described here.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.List<core.List<core.Object?>>? keys;