ranges property

List<Range> get ranges

A list of ranges that can be edited together. The ranges must have identical length and text content. The ranges cannot overlap.

Implementation

_i2.List<_i3.Range> get ranges => (_i5.getProperty(
      this,
      'ranges',
    ) as _i2.List)
        .cast();