IYimRouterRole class abstract
路由角色
- Implementers
Constructors
Properties
- hasGetRolePage → bool
-
是否有获取这个角色的页面
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
challengeUser(
IYimRouterUser< IYimRouterRole> user) → bool - 指定角色是否通过
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toGetRolePage<
T> (BuildContext context, IYimRouterUser< IYimRouterRole> user, YimRouterPageParam<T?> ? params) → YimPage? - 获取角色的页面
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited