path property

String path

Implementation

String get path {
  return "${parent?.path ?? ''}${part.toPath()}";
}