menu
eliud_pkg_feed_model package
documentation
model/feed_list_state.dart
FeedListLoaded
FeedListLoaded const constructor
FeedListLoaded const constructor
dark_mode
light_mode
FeedListLoaded
constructor
const
FeedListLoaded
(
{
bool
?
mightHaveMore
,
List
<
FeedModel
?
>
?
values
=
const []
,
})
Implementation
const FeedListLoaded({this.mightHaveMore, this.values = const []});
eliud_pkg_feed_model package
documentation
model/feed_list_state
FeedListLoaded
FeedListLoaded const constructor
FeedListLoaded class