RouterBase mixin
- Mixin applications
Properties
- classToNameReg → String?
-
no setter
-
groupList
→ List<
Type> -
不会从 parent Route 寻找
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setter
- page → dynamic
-
no setter
- pageBuilder → PageBuildFn?
-
Page Function(RouteQueueEntry entry, Widget child);
no setter -
pages
→ List<
RouterPage> -
no setter
- redirectFn → Function?
-
RouteQueueEntry Function(RouteQueueEntry entry);
no setter - 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