core.Map<core.String, core.dynamic> toJson() { final captureTime = this.captureTime; final x = this.x; final y = this.y; final z = this.z; return {'captureTime': ?captureTime, 'x': ?x, 'y': ?y, 'z': ?z}; }