The current visible ranges in the editor (vertically).
This accounts only for vertical scrolling, and not for horizontal scrolling.
Implementation
_i2.List<_i3.Range> get visibleRanges => (_i5.getProperty(
this,
'visibleRanges',
) as _i2.List)
.cast();