index property
num
get
index
The code unit index in the original input string at which the segment begins.
Implementation
_i2.num get index => _i5.getProperty(
this,
'index',
);
set
index
(num value)
Implementation
set index(_i2.num value) {
_i5.setProperty(
this,
'index',
value,
);
}