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