path property
String
get
path
The path component of the request URI (e.g. '/api/tasks').
Implementation
String get path => uri.path;
The path component of the request URI (e.g. '/api/tasks').
String get path => uri.path;