startIndex property

num get startIndex

The start index of the link on {@link TerminalLinkContext.line}.

Implementation

_i2.num get startIndex => _i5.getProperty(
      this,
      'startIndex',
    );
set startIndex (num value)

Implementation

set startIndex(_i2.num value) {
  _i5.setProperty(
    this,
    'startIndex',
    value,
  );
}