List<NodeInput> nodeInputFromJson(String str) => List<NodeInput>.from(json.decode(str).map((x) => NodeInput.fromJson(x)));