name property
String
get
name
Returns the name of the last element in path.
Implementation
String get name => pathSegments.lastOrNull ?? '';
Returns the name of the last element in path.
String get name => pathSegments.lastOrNull ?? '';