Fast mixin
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
dispatch<
T extends FastModuleProtocol> ({String? moduleName, required String eventName, dynamic arguments}) → dynamic -
find<
T extends FastModuleProtocol> () → T? - 获取组件
-
onGenerateRoute(
RouteSettings settings) → GetPageRoute? - 动态路由生成器
-
register<
T extends FastModuleProtocol> (T moudle) → void -
registerBuilder(
RegisterBuilder builder, {bool autoInit = true}) → dynamic - 注册组件, 自动执行init
-
remove<
T extends FastModuleProtocol> (T? moudle) → void - 移除组件