start property
num
get
start
The zero-based start line of the range to fold. The folded area starts after the line's last character. To be valid, the end must be zero or larger and smaller than the number of lines in the document.
Implementation
_i2.num get start => _i5.getProperty(
this,
'start',
);
set
start
(num value)
Implementation
set start(_i2.num value) {
_i5.setProperty(
this,
'start',
value,
);
}