Map<String, dynamic> toMap() { return { 'x': x, 'y': y, 'z': z, 'timestamp': timestamp.millisecondsSinceEpoch, }; }