@override factory Input.fromJson(Map<String, dynamic> json) => Input(outputPointer: OutputPointer.fromString(json["output_pointer"]));