keys property

List<Key>? keys
getter/setter pair

A list of keys with complete key paths whose numeric IDs should not be auto-allocated.

Required.

Implementation

core.List<Key>? keys;