ModuleRouter class abstract

定义路由对应的页面

Implemented types

Constructors

ModuleRouter()

Properties

hashCode int
The hash code for this object.
no setterinherited
router FastRouter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

define(String path, HandlerFunc handlerFunc, {TransitionType? transitionType}) → void
路径与页匹配
initPath() → void
inherited
initRouter(FastRouter router) → void
子类无需调用
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