Dart SDK
dart:core
Uri
hasQuery
property
hasQuery
Uri
Static properties
base
Static methods
parse
encodeComponent
encodeQueryComponent
decodeComponent
decodeQueryComponent
encodeFull
decodeFull
splitQueryString
parseIPv4Address
parseIPv6Address
Properties
scheme
authority
userInfo
host
port
path
query
fragment
pathSegments
queryParameters
isAbsolute
hasScheme
hasAuthority
hasPort
hasQuery
hasFragment
hasEmptyPath
hasAbsolutePath
origin
hashCode
Constructors
Uri
http
https
file
directory
Operators
operator ==
Methods
replace
normalizePath
resolve
resolveUri
toFilePath
toString
bool
hasQuery
read-only
Returns whether the URI has a query part.