List<String> pathState(String stateName) { final path = List<String>.from(statePath); path.add(stateName); return path; }