Dart
dart:core
Uri
hasAuthority property
hasAuthority
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
hasAuthority property
bool
hasAuthority
Returns whether the URI has an
authority
component.
Implementation
bool get hasAuthority;