NopRouteMain class
- Mixed-in types
Constructors
-
NopRouteMain({String className = '', List<
RouteItem> pages = const [], bool private = true, bool debugEnabled = true, bool genKey = false, String rootName = 'root', String pathName = '', required Type main, @Deprecated('will be removed.') List<Type> list = const [], List<Type> groupList = const []}) -
const
Properties
- className → String
-
final
- debugEnabled → bool
-
final
- genKey → bool
-
final
-
groupList
→ List<
Type> -
不会从 parent Route 寻找
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
list
→ List<
Type> -
final
- main → Type
-
final
- name → String
-
no setteroverride
- page → Type
-
no setteroverride
-
pages
→ List<
RouteItem> -
final
- pathName → String
-
final
- private → bool
-
除了root route其他都生成私有字段
final
- rootName → String
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited