hasNotFeeds property
bool
get
hasNotFeeds
Returns true if feeds
is null, otherwise false.
Implementation
bool get hasNotFeeds => !hasFeeds;
Returns true if feeds
is null, otherwise false.
bool get hasNotFeeds => !hasFeeds;