GetModifier<S> class
Constructors
Properties
- authenticator ↔ RequestModifier?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRequestModifier<
T> (RequestModifier< T> interceptor) → void -
addResponseModifier<
T> (ResponseModifier< T> interceptor) → void -
modifyRequest<
T> (Request< T> request) → Future<Request< T> > -
modifyResponse<
T> (Request< T> request, Response<T> response) → Future<Response< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeRequestModifier<
T> (RequestModifier< T> interceptor) → void -
removeResponseModifier<
T> (ResponseModifier< T> interceptor) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited