path property
String?
get
path
The new path, defaults to this Uri's path.
Implementation
_i2.String? get path => _i5.getProperty(
this,
'path',
);
set
path
(String? value)
Implementation
set path(_i2.String? value) {
_i5.setProperty(
this,
'path',
value ?? _i6.undefined,
);
}