String path()

Returns the normalized URL path.

Source

String path() {
  return this.normalize(this.platformStrategy.path());
}