VoyagerBuilder class

a builder that is registered at VoyagerRouter's each path, this creates Voyager from the config that is hidden behind the path using all the plugins that are available in VoyagerRouter

Inheritance

Constructors

VoyagerBuilder({required VoyagerPath path, required VoyagerRouter router})
default constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
path VoyagerPath
path where this voyager builder is used
final
router VoyagerRouter
router instance
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
outputFor(AbstractRouteContext abstractContext) Voyager
returns O based on the given input AbstractRouteContext<P>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited