profilePhotoUrl property
      
      String?
      get
      profilePhotoUrl
      
    
    
    
Implementation
String? get profilePhotoUrl => _$this._profilePhotoUrl;
      
      set
      profilePhotoUrl
      (String? profilePhotoUrl) 
      
    
    
    
Implementation
set profilePhotoUrl(String? profilePhotoUrl) =>
    _$this._profilePhotoUrl = profilePhotoUrl;