MarketScreenRoute class Null safety

generated route for _i5.MarketScreen

Inheritance

Constructors

MarketScreenRoute()
const

Properties

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

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 non-existent 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
'MarketScreenRoute'