RouteItem class

Mixed in types

Constructors

RouteItem({String name = '', required Type page, List<RouteItem> pages = const [], @Deprecated('will be removed.') List<Type> list = const [], List<Type> groupList = const []})
const

Properties

groupList List<Type>
不会从 parent Route 寻找
final
hashCode int
The hash code for this object.
no setterinherited
list List<Type>
final
name String
final
page Type
类型: Widget
final
pages List<RouteItem>
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