RouteAbstract class abstract
声明路由方式
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
routes
↔ Map<
String, PageFuncType> -
声明路由
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createUnknownPage(
) → RoutePageInfo - 声明匹配到路由的页面
-
getRoutePageByRoute(
String route) → RoutePageInfo - 通过路由获取页面
-
getRoutes(
) → Map< String, PageFuncType> - 获取routes
-
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