name property
String
get
name
Gets the name of this node. This is the last component of this node's path.
Implementation
String get name => Path(path).name;
Gets the name of this node. This is the last component of this node's path.
String get name => Path(path).name;