menu
feed package
documentation
util/state/feed_state.dart
InitialFeedState<T>
InitialFeedState constructor
InitialFeedState constructor
dark_mode
light_mode
InitialFeedState<
T
>
constructor
InitialFeedState<
T
>
(
{
List
items
=
const []
,
String
?
pageToken
=
null
,
bool
hasMore
=
false
,
})
Implementation
InitialFeedState({ this.items = const [], this.pageToken = null, this.hasMore = false });
feed package
documentation
util/state/feed_state
InitialFeedState<T>
InitialFeedState constructor
InitialFeedState class