menu
feed package
documentation
feed_state
InitialFeedState
<
T
>
InitialFeedState constructor
InitialFeedState
brightness_4
brightness_5
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
feed_state
InitialFeedState
<
T
>
InitialFeedState constructor
InitialFeedState class
Constructors
InitialFeedState
Properties
hashCode
hasMore
items
pageToken
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==