media property

List<MediaData>? media
inherited

This includes a list of images, videos, and GIFs included in Tweets in the form of media objects with their default fields and any additional fields requested using the media.fields parameter, assuming there is a media attachment present in the returned Tweet(s).

Implementation

List<MediaData>? get media => throw _privateConstructorUsedError;