imageUrl property

  1. @JsonKey(name: 'img_url')
String? imageUrl
final

URL link to the user's profile image, if one exists.

Implementation

@JsonKey(name: 'img_url')
final String? imageUrl;