UserInfo constructor
      
      UserInfo({})
     
    
    
Implementation
UserInfo({
  required this.uid,
  required this.displayName,
  required this.email,
  required this.photoUrl,
  required this.providerId,
  required this.phoneNumber,
});