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