keys property

List<Key>? keys
getter/setter pair

The list of split keys, i.e., the split boundaries.

Required.

Implementation

core.List<Key>? keys;