VoyagerPlugin<VoyagerExtended extends Voyager> class abstract

VoyagerPlugin allows parsing nodes located under individual paths and putting them inside Voyager instance

Implementers

Constructors

VoyagerPlugin(String node)
default constructor
const

Properties

hashCode int
The hash code for this object.
no setterinherited
node String
name of node this plugin is handling in the navigation schema
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(VoyagerContext context, dynamic config, VoyagerExtended output) → void
build output
toString() String
A string representation of this object.
inherited

Operators

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