fullPath property

String fullPath

Implementation

String get fullPath =>
    p.joinAll([stringMatch, if (hasChildren) initialChildren!.last.fullPath]);