path property Null safety
final
The path of the request URI.
Provides convenient access to the request URI path. Also provides path variables and wildcard path values after this instance is handled by a Router.
Implementation
final RequestPath path;