profilePhotoUrl property

  1. @BuiltValueField(wireName: r'profile_photo_url')
String? profilePhotoUrl

The URL to the user's profile photo, if available.

Implementation

@BuiltValueField(wireName: r'profile_photo_url')
String? get profilePhotoUrl;