path property

String get path

Implementation

String get path => parent == null ? name : '${parent!.path}/$name';