path property

String? path
getter/setter pair

the path to the resource which is equal to the URI of its parent plus a slash. Note that changing the path of a resource also changes the path of all its children.

Implementation

String? path;