ranges property

List<Range>? ranges
getter/setter pair

The ranges that belong to this named range.

Implementation

core.List<Range>? ranges;