avatar property

String? avatar
final

URL to the user's avatar image.

This is optional and can point to any accessible image URL. The application can use this to display the user's profile picture.

Implementation

final String? avatar;