ranges property

List<KeyRange>? ranges
getter/setter pair

A list of key ranges.

See KeyRange for more information about key range specifications.

Implementation

core.List<KeyRange>? ranges;