profileImageUrl property
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;
A URL provided by a Twitter user in their profile. This could be a homepage, but is not always the case.
@JsonKey(name: "profile_image_url")
final String? profileImageUrl;