build method

String build()

Returns the current CDN path as a string.

Avoid using directly. Instead, pass the configured builder to a URL factory.

@return CDN path

Implementation

String build() {
  sb.write('/');
  return sb.toString();
}