parentPath property

String get parentPath

Returns the parent path of the collection path. This is the collection path without the last segment.

Implementation

String get parentPath => parentSegments.join('/');