class RecentScan {
const RecentScan({required this.title, required this.subtitle});
final String title;
final String subtitle;
}