RadixResult<T> class

Result returned when resolving a path through the radix tree.

Constructors

RadixResult(T value, Map<String, String> params)
Creates a lookup result with the matched value and params.

Properties

hashCode int
The hash code for this object.
no setterinherited
params Map<String, String>
Captured path parameters keyed by name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
Matched value stored for the node.
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