profilePhotoUrl property
String?
get
profilePhotoUrl
Implementation
String? get profilePhotoUrl => getProperty(this, 'profile_photo_url');
set
profilePhotoUrl
(String? value)
Implementation
set profilePhotoUrl(String? value) {
setProperty(this, 'profile_photo_url', value);
}