pathParts property

List<String> pathParts

Returns the parts of the path.

Implementation

List<String> get pathParts => _pathParts.toList();