Map<String, dynamic> toJson() { return { 'user_id': userId, 'delivered_at': deliveredAt?.toIso8601String(), }; }