Dart SDK
dart:core
Uri
toString
toString
Dart SDK
dart:core
Uri
toString
abstract method
toString
Source
Dart SDK
dart:core
Uri
Static properties
base
Static methods
decodeComponent
decodeFull
decodeQueryComponent
encodeComponent
encodeFull
encodeQueryComponent
parse
parseIPv4Address
parseIPv6Address
splitQueryString
Constructors
Uri
dataFromBytes
dataFromString
directory
file
http
https
Properties
authority
data
fragment
hasAbsolutePath
hasAuthority
hasEmptyPath
hasFragment
hashCode
hasPort
hasQuery
hasScheme
host
isAbsolute
origin
path
pathSegments
port
query
queryParameters
queryParametersAll
scheme
userInfo
runtimeType
Operators
operator ==
Methods
isScheme
normalizePath
removeFragment
replace
resolve
resolveUri
toFilePath
toString
noSuchMethod
String
toString
(
)
Returns the normalized string representation of the URI.
Source
String toString();