Voyager class
This class is a composite product of RouterPlugin
s for the given router's path -
this means all the information resolved from the navigation file that is relevant to creating
new widget.
Once assembled the variables are locked - they can be read but you can't put more.
Developer might choose to use storage
to dynamically put any variables that should be available
to anyone having access to that instance of Voyager
Constructors
Properties
Methods
Operators
-
operator [](
String key) → dynamic -
operator []=(
String key, dynamic value) → void -
operator ==(
dynamic other) → bool -
The equality operator.
inherited
Static Properties
Constants
- KEY_TYPE → const String
-
"type"