List<Argument> getArgumentsList() { List<Argument> argsx = []; for (var entry in args.entries) { argsx.add(entry.value); } return argsx; }