RouteAbstract class abstract

声明路由方式

Implementers

Constructors

RouteAbstract.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
loadingHook ↔ Hook<bool>
getter/setter pair
routes List<RoutePageInfo>
声明路由
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRoutePageByRoute(String path) RoutePageInfo
通过路由获取页面
getRoutes() List<RoutePageInfo>
获取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