isPending property

  1. @JsonKey(name: 'pending_follow')
bool isPending
inherited

Indicates whether the target user will need to approve the follow request.

Note that the authenticated user will follow the target user only when they approve the incoming follower request.

Implementation

@JsonKey(name: 'pending_follow')
bool get isPending => throw _privateConstructorUsedError;