isFeedGenerator property

bool get isFeedGenerator

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

Implementation

bool get isFeedGenerator =>
    collection.toString() == 'app.bsky.feed.generator';