TypedLink.route constructor

TypedLink.route(
  1. TypedLinkRouter route
)

Creates a TypedLink which routes OperationRequest to whichever typedLink is returned from the route function

Implementation

factory TypedLink.route(
  TypedLinkRouter route,
) =>
    _RouterTypedLink(route);