hasFeeds property

bool get hasFeeds

Returns true if feeds is not null, otherwise false.

Implementation

bool get hasFeeds => feeds != null;