Map<String, dynamic> toJson() { return { "yPlusX": yPlusX.toJson(), "yMinusX": yMinusX.toJson(), "z": z.toJson(), "t2d": t2d.toJson(), }; }