class ScanResult { final String imagePath; final DateTime timestamp; ScanResult({required this.imagePath, required this.timestamp}); }