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