static String indentForError(int position) { return '${List<String>.filled(position, ' ').join()}^'; }