rest property

Uri rest
final

The remaining parts of the input after the match. This is UriPattern implementation-specific, but should typically include the rest of the path if matched as a prefix, and recognized query parameters.

Implementation

final Uri rest;