isFeedGenerator property
bool
get
isFeedGenerator
Returns true if this collection is feed generator, otherwise false.
Implementation
bool get isFeedGenerator => collection == ns.appBskyFeedGenerator;
Returns true if this collection is feed generator, otherwise false.
bool get isFeedGenerator => collection == ns.appBskyFeedGenerator;