toUriTemplate method

UriTemplate? toUriTemplate()

Implementation

UriTemplate? toUriTemplate() {
  return this == null ? null : UriTemplate(this!);
}