path property

String path

Gets the path part of the URL.

Implementation

String get path {
  return _path;
}