save method

dynamic save()

Implementation

save() {
  return {
    'line': this.line,
    'col': this.index - this.lastLineBreak,
  };
}