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