Map<String, dynamic> toJson() => { 'action': action, 'file_path': filePath, if (line != null) 'line': line, if (column != null) 'column': column, };