places property

List<PlaceData>? places
inherited

This includes a list of referenced places in Tweets in the form of place objects with their default fields and any additional fields requested using the place.fields parameter, assuming there is a place present in the returned Tweet(s).

Implementation

List<PlaceData>? get places => throw _privateConstructorUsedError;