profileImageUrl property

  1. @JsonKey(name: "profile_image_url")
String? profileImageUrl
final

A URL provided by a Twitter user in their profile. This could be a homepage, but is not always the case.

Implementation

@JsonKey(name: "profile_image_url")
final String? profileImageUrl;