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