isRetweeted property

  1. @JsonKey(name: 'retweeted')
bool isRetweeted
inherited

Indicates whether the user Retweets the specified Tweet as a result of this request.

Implementation

@JsonKey(name: 'retweeted')
bool get isRetweeted => throw _privateConstructorUsedError;