class ContactModal { final String fullName; final String email; const ContactModal({required this.fullName, required this.email}); }