Map<String, Object?> toJson() => { if (column != null) 'column': column, 'line': line, 'source': source, };