profileImage property

  1. @JsonKey.new(name: 'picture')
String? profileImage
final

User's profile picture URL (if available)

Implementation

@JsonKey(name: 'picture')
final String? profileImage;