PartialUri class

Annotations

Constructors

PartialUri({String scheme = '', String host = '', List<String> pathSegments = const [], Map<String, String> queryParameters = const {}, String fragment = ''})
const
PartialUri.fromUri(Uri uri)
PartialUri.parse(String uri)

Properties

fragment String
final
hashCode int
The hash code for this object.
no setteroverride
host String
final
pathSegments List<String>
final
queryParameters Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
final

Methods

copyWith({bool removeScheme = false, bool removeHost = false, int removeFirstPathSegments = 0}) PartialUri
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override