RouteMapInit class

Marks a top-level function as an initializer function for configuring Navigator2

Constructors

RouteMapInit({List<String> generateForDir = const ['lib'], bool typeSafe = false, String? replaceInRouteName = 'Page|Screen,Route'})
const

Properties

generateForDir List<String>
Only files exist in provided directories will be processed
final
hashCode int
The hash code for this object.
no setterinherited
replaceInRouteName String?
defaults to 'Page|Screen,Route', ignored if a route name is provided.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeSafe bool
final

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