CurrentRouteConfiguration class

Constructors

CurrentRouteConfiguration()

Properties

building bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parameter String?
getter/setter pair
queryParameters Map<String, String?>
getter/setter pair
reInit bool
getter/setter pair
routeInformation RouteInfo?
getter/setter pair
routeName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

currentUserHasViewAccess() bool
logicForRoute() → AutoDisposeChangeNotifierProvider<BaseLogic>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
screenForRoute() Widget?
screenNameForRoute() String
toString() String
A string representation of this object.
inherited
updateConfiguration(String? routeName, String? parameter, ValueChanged<RoutePath> requestRoute, bool reInit) → void

Operators

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