fullPath property

String get fullPath

Implementation

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