Map<String, dynamic> toJson() => { 'start': {'line': startLine, 'character': startCharacter}, 'end': {'line': endLine, 'character': endCharacter}, };