Create from a list of arguments
factory AFArgs.create(List<String> args) { return AFArgs(List<String>.of(args)); }