RouterNode class

Constructors

RouterNode(String path, {String rawPath = '', String layoutWidget = '', String pageWidget = '', String templateWidget = '', String layoutCustomTransition = '', String pageCustomTransition = '', bool isFullScreenPage = false, bool isFullScreenLayout = false})

Properties

children List<RouterNode>
final
hashCode int
The hash code for this object.
no setterinherited
isFullScreenLayout bool
getter/setter pair
isFullScreenPage bool
getter/setter pair
layoutCustomTransition String
getter/setter pair
layoutWidget String
getter/setter pair
pageCustomTransition String
getter/setter pair
pageWidget String
getter/setter pair
path String
final
rawPath String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateWidget String
getter/setter pair

Methods

generateKeys() String
generatePathExtensions(String parent) String
generateRoutes(String parent, [String parentTemplate = '']) String
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