List<String> getArgNames() { List<String> args = []; for (MapEntry<String, Argument> entry in _args.entries) { args.add(entry.key); } return args; }