menu
feed package
documentation
feeds/feed.dart
FeedController
hasMore method
hasMore method
dark_mode
light_mode
hasMore
method
bool
hasMore
(
)
Retrieves the list of items from the feed
Implementation
bool hasMore() => _state!.hasMore;
feed package
documentation
feeds/feed
FeedController
hasMore method
FeedController class