pictureUrl property

String? pictureUrl

URL of current authorized user's profile image.

Empty or null if the user hasn't set a profile image.

Implementation

String? get pictureUrl => _data['pictureUrl'];