isProtected property

  1. @JsonKey(name: 'protected')
bool? isProtected
inherited

Indicates if this user has chosen to protect their Tweets (in other words, if this user's Tweets are private).

Implementation

@JsonKey(name: 'protected')
bool? get isProtected => throw _privateConstructorUsedError;