Dart SDK
dart:core
Uri
hasFragment
property
hasFragment
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
hasFragment
read-only
Returns whether the URI has a fragment part.