Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. Uri
  4. path property
path
description

path property

String getpath

The path component.

The path is the actual substring of the URI representing the path,and it is encoded where necessary. To get direct access to the decodedpath, usepathSegments.

The path value is the empty string if there is no path component.

Implementation

String get path;
  1. Dart
  2. dart:core
  3. Uri
  4. path property
Uri class

[8]ページ先頭

©2009-2025 Movatter.jp