Dart
dart:core
Uri
hasFragment property
hasFragment
Uri class
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
Methods
isScheme
normalizePath
removeFragment
replace
resolve
resolveUri
toFilePath
toString
noSuchMethod
Operators
operator ==
Static properties
base
Static methods
decodeComponent
decodeFull
decodeQueryComponent
encodeComponent
encodeFull
encodeQueryComponent
parse
parseIPv4Address
parseIPv6Address
splitQueryString
tryParse
hasFragment property
bool
hasFragment
Returns whether the URI has a fragment part.
Implementation
bool get hasFragment;