routingResults property

Iterable<RoutingResult<T>> routingResults
final

All the possible routes that matched the given path.

Implementation

final Iterable<RoutingResult<T>> routingResults;