fullPath property

String get fullPath

The fully normalized path to this folder within the storage hierarchy.

Computed from parent and current, ensuring consistent formatting across platforms (e.g., no duplicate slashes or trailing separators).

Implementation

String get fullPath => p.normalize("$parent/$current");