menu
dart_twitter_api package
documentation
api/tweets/data/tweet.dart
Tweet
favorited property
favorited property
dark_mode
light_mode
favorited
property
bool
?
favorited
getter/setter pair
Nullable. Indicates whether this Tweet has been liked by the authenticating user.
Implementation
bool? favorited;
dart_twitter_api package
documentation
api/tweets/data/tweet
Tweet
favorited property
Tweet class