menu
Dart
dart:core
Uri
hasQuery property
hasQuery
brightness_4
brightness_5
description
hasQuery
property
bool
hasQuery
Whether the URI has a query part.
Implementation
bool get hasQuery;
Dart
dart:core
Uri
hasQuery 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