keys property

List<Key>? keys
getter/setter pair

A list of keys with incomplete key paths for which to allocate IDs.

No key may be reserved/read-only.

Required.

Implementation

core.List<Key>? keys;