uriTemplate property

String get uriTemplate

Implementation

String get uriTemplate => isRoot ? "/" : path_.join(_parent!.uriTemplate, part);