Path pathAppendKey(Path path, String key) { return Path(pos: List.from(path.pos)..add(Path_Pos(key: key))); }