TypeSafeExtraRoute<T> class abstract

Inheritance

Constructors

TypeSafeExtraRoute.new({required String name, required String path, JsonMap? queryParameters, required T params})

Properties

extra Object?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pairinherited
path String
getter/setter pairinherited
pathParameters Map<String, String>
getter/setter pairinherited
queryParameters JsonMap
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

back(BuildContext context) → void
Back or go
inherited
go(BuildContext context) → void
Go to the route
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(BuildContext context) → void
Push the route
inherited
pushAndPop(BuildContext context) → void
Push and pop the current route
inherited
pushReplacementNamed(BuildContext context) → void
Push and replace the route
inherited
toString() String
A string representation of this object.
inherited

Operators

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