isBookmarked property

  1. @JsonKey(name: 'bookmarked')
bool isBookmarked
inherited

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

Implementation

@JsonKey(name: 'bookmarked')
bool get isBookmarked => throw _privateConstructorUsedError;