core.Map<core.String, core.dynamic> toJson() { final filePath = this.filePath; final lineNumber = this.lineNumber; return {'filePath': ?filePath, 'lineNumber': ?lineNumber}; }