MyHomeRoute class

generated route for _i1.MyHomePage

Constructors

MyHomeRoute()
const

Properties

args → void
finalinherited
flattened List<PageRouteInfo>
no setterinherited
fragment String
finalinherited
fromRedirect bool
no setterinherited
fullPath String
no setterinherited
hasChildren bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
initialChildren List<PageRouteInfo>?
finalinherited
path String
finalinherited
pathParams → Parameters
no setterinherited
queryParams → Parameters
no setterinherited
rawPathParams Map<String, dynamic>
finalinherited
rawQueryParams Map<String, dynamic>
finalinherited
redirectedFrom String?
finalinherited
routeName String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringMatch String
no setterinherited

Methods

copyWith({String? name, String? path, void args, RouteMatch? match, Map<String, dynamic>? params, Map<String, dynamic>? queryParams, List<PageRouteInfo>? children, String? fragment}) → PageRouteInfo
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show<E>(BuildContext context) Future<E?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

name → const String