FRouteState constructor
FRouteState({
- required List<
HistoryObserver> historyObservers, - AuthUserProfile? loggedIn,
- bool? isInitted,
Implementation
FRouteState(
{required List<HistoryObserver> historyObservers,
AuthUserProfile? loggedIn,
bool? isInitted})
: _history = RouteHistory(observers: historyObservers),
_isInitted = false;