List<Map> BuildActionIO(Map<String, String> types) { return types.keys.map((it) => {'name': it, 'type': types[it]}).toList(); }