ranges property

List<GridRange>? ranges
getter/setter pair

The ranges that are formatted if the condition is true.

All the ranges must be on the same grid.

Implementation

core.List<GridRange>? ranges;