name property

String name
getter/setter pair

The name of this path. This is the last component of the path. For the root node, this is '/'

Implementation

late String name;