path property
String
get
path
The path component of the URL (e.g., "/api/data"
).
Implementation
String get path => _uri.path;
The path component of the URL (e.g., "/api/data"
).
String get path => _uri.path;