FRouteState class

Inheritance
Mixed in types
  • ThrottledChangeNotifier
  • LoggingMixin

Constructors

FRouteState({required List<HistoryObserver> historyObservers, AuthUserProfile? loggedIn, bool? isInitted})

Properties

focusedChild String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
Whether any listeners are currently registered.
no setterinherited
isActive bool
no setterinherited
isInitted bool
no setter
limiter → Limiter
no setterinherited
log → Logger
no setterinherited
loggerName String
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
viewStack Iterable<PendingRoute>
no setter

Methods

addListener(VoidCallback listener) → void
Register a closure to be called when the object changes.
inherited
dispose() → void
Discards any resources used by the object. After this is called, the object is not in a usable state and should be discarded (calls to addListener will throw after the object is disposed).
inherited
hasRoutes() bool
ifActive<R>(R exec()) → R?
inherited
matchHistory(String route) List<RouteHistoryItem<Object>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyIfActive() → void
inherited
notifyListeners() → void
Call all the registered listeners.
inherited
notifyWithLimit() → void
inherited
popHistory() → void
popRoute({bool notify = true}) bool
pushHistoryItem(FRouteMatch item) → void
pushOverlayRoute(Page page) → void
pushRoute(AppRouteMatch<dynamic, RouteParams>? match, {bool isPage = true, required bool replace, bool notify = true}) bool
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that are notified when the object changes.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited