RouteKit class
路由工具 Created by Arthur on 16/3/2022.
Properties
- appConfig → AppConfig
-
获取全局配置
no setter
- delegate ← RouterStackDelegate
-
设置代理
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
获取路由Key
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stack
→ List<
BasePageRoute< Object?> > -
获取栈
no setter
Methods
-
isTopPage(
BuildContext context) → bool - 组件当前页面当前是否栈顶
-
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