profilePhotoUrl property

String? profilePhotoUrl

Implementation

String? get profilePhotoUrl => getProperty(this, 'profile_photo_url');
void profilePhotoUrl=(String? value)

Implementation

set profilePhotoUrl(String? value) {
  setProperty(this, 'profile_photo_url', value);
}