mediaKey property

  1. @JsonKey(name: "media_key")
String mediaKey
final

The key (id) of the media. It is used to find a proper media object in TweetV2Response::includes::media list

Implementation

@JsonKey(name: "media_key")
final String mediaKey;