users property

List<UserData>? users
inherited

This includes a list of referenced Tweet authors in the form of user objects with their default fields and any additional fields requested using the user.fields parameter.

Implementation

List<UserData>? get users => throw _privateConstructorUsedError;