isFeedThreadgate property

bool get isFeedThreadgate

Returns true if this uri is app.bsky.feed.threadgate, otherwise false.

Implementation

bool get isFeedThreadgate =>
    collection.toString() == 'app.bsky.feed.threadgate';