CurrentFirstPathJoinStrategy class
A path join strategy that returns path segments where the path segments of
currentUri
is ordered before otherUri
passed to it.
- Implemented types
Constructors
- CurrentFirstPathJoinStrategy(Uri otherUri, Uri currentUri)
-
const
Properties
- currentUri → Uri
-
This is a Uri that was given to the RequestClient which used this
strategy.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- otherUri → Uri
-
This is a Uri that is inherited from wrapped (or child)
Client
s.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
) → Iterable< String> -
Returns a path segment as Iterable<String> by resolving (or merging)
otherUri
andcurrentUri
. This is used in the RequestClient whereotherUri
is inherited from wrapped (or child)Client
s.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited