RouterEntry<T> class
Represents a registered value in the OpenRouter trie router.
Constructors
-
RouterEntry.new(T value, String verb, List<
String> pathSegments)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pathSegments
↔ List<
String> -
The path segments for this entry.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T
-
The value for this entry.
getter/setter pair
- verb ↔ String
-
The HTTP verb for this entry.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited