initialState property

InitialFeedState<T>? initialState
final

If defined, then the refresh is not called on init and the feed state is provided

Implementation

final InitialFeedState<T>? initialState;