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