OtherOnlyPathJoinStrategy class
A path join strategy that only returns the otherUri passed to it.
- Implemented types
Constructors
- OtherOnlyPathJoinStrategy(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 and currentUri. This is used in the RequestClient where
otherUri 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