isNotActorProfile property
bool
get
isNotActorProfile
Returns true if this uri is not app.bsky.actor.profile, otherwise false.
Implementation
bool get isNotActorProfile => !isActorProfile;
Returns true if this uri is not app.bsky.actor.profile, otherwise false.
bool get isNotActorProfile => !isActorProfile;