class ServiceBoy { final String name; final String phone; ServiceBoy({required this.name, required this.phone}); }