RouteOverrides class

Holds overridable route values

Constructors

RouteOverrides.new({List<PageRouteInfo<Object?>>? children, Object? args, Map<String, dynamic>? queryParams, String? fragment})
Default constructor
const

Properties

args Object?
The override value of PageRouteInfo.args
final
children List<PageRouteInfo<Object?>>?
The override value of PageRouteInfo.children
final
fragment String?
The override value of PageRouteInfo.fragment
final
hashCode int
The hash code for this object.
no setterinherited
queryParams Map<String, dynamic>?
The override value of PageRouteInfo.queryParams
final
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
override(RouteMatch route, RouteMatcher matcher) RouteMatch
Builds a new PageRouteInfo with the provided overrides
toString() String
A string representation of this object.
inherited

Operators

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