VoyagerPath class

a build piece of VoyagerRouter

Constructors

VoyagerPath.fromMap({required String path, required Map<String, dynamic> config})
factory method for creating a single Voyager path instance from Map
factory
VoyagerPath.fromYaml({required String path, required YamlMap config})
factory method for creating a single Voyager path instance from YamlMap
factory

Properties

config Map<String, dynamic>
path's config
final
hashCode int
The hash code for this object.
no setterinherited
path String
path
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