FixedRouter class
Fixed router - always returns the same skills.
- Implemented types
Constructors
-
FixedRouter(List<
String> skillIds)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
route(
SkillContext context) → Future< List< String> > -
Route a context to one or more skills.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited