core.Map<core.String, core.dynamic> toJson() => { if (captureTime != null) 'captureTime': captureTime!, if (x != null) 'x': x!, if (y != null) 'y': y!, if (z != null) 'z': z!, };