YimGetRoleBuilderRouterPathItem<T> class

Inheritance

Constructors

YimGetRoleBuilderRouterPathItem(YimPage getRolePage, IYimRouterRole role, List<IYimRouterRole> leftRoles, YimRouterPath originalPath)

Properties

getRolePage YimPage
final
hashCode int
The hash code for this object.
no setterinherited
leftRoles List<IYimRouterRole>
当页面可访问角色有多个时,除了当前角色(当前跳转的页面是为了获取该角色) 剩余的角色
final
originalPath YimRouterPath
获取角色之前最原始的路径
final
pageResult Completer
finalinherited
params YimRouterPageParam<T>?
getter/setter pairinherited
role IYimRouterRole
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
page(BuildContext context) YimRouterPage<bool?>
override
toString() String
A string representation of this object.
inherited

Operators

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