path property
String?
get
path
The new path for the request. If empty, the existing path is cleared.
Implementation
String? get path => _wrapped.path;
set
path
(String? v)
Implementation
set path(String? v) {
_wrapped.path = v;
}