isNotFeedThreadgate property
bool
get
isNotFeedThreadgate
Returns true if this uri is not app.bsky.feed.threadgate, otherwise false.
Implementation
bool get isNotFeedThreadgate => !isFeedThreadgate;
Returns true if this uri is not app.bsky.feed.threadgate, otherwise false.
bool get isNotFeedThreadgate => !isFeedThreadgate;