hasNotFeeds property

bool get hasNotFeeds

Returns true if feeds is null, otherwise false.

Implementation

bool get hasNotFeeds => !hasFeeds;