PendingRoutesHandler class

Holds a one-time read initial routes value used by declarative routing widgets

Constructors

PendingRoutesHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasPendingRoutes bool
Whether _initialPendingRoutes is not empty
no setter
initialPendingRoutes List<PageRouteInfo>?
One time read pending routes
no setter
peek List<PageRouteInfo>?
Reads _initialPendingRoutes without deleting it's value
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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