EmptyShellRoute class

A proxy Route page that provides a way to create a PageRouteInfo without the need for creating a new Page Widget

Inheritance

Constructors

EmptyShellRoute.new(String name)
Default constructor
const

Properties

builder AutoRoutePageBuilder
The builder function of the generated RoutePage
finalinherited
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the generated RoutePage
finalinherited
page PageInfo
Creates a new instance with of PageInfo with an empty shell builder that returns an AutoRouter widget
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({List<PageRouteInfo<Object?>>? children}) PageRouteInfo<Object?>
Creates a new instance with of PageRouteInfo
copyWith({String? name, AutoRoutePageBuilder? builder}) PageInfo
Creates a new instance of PageInfo with the given parameters
inherited
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