polls property

List<PollData>? polls
inherited

This includes a list of polls that are attached to Tweets in the form of poll objects with their default fields and any additional fields requested using the poll.fields parameter, assuming there is a poll present in the returned Tweet(s).

Implementation

List<PollData>? get polls => throw _privateConstructorUsedError;