WebDavStdResponse<T extends WebDavStdResResultView> class
- Implemented types
Constructors
-
WebDavStdResponse({required HttpClientResponse response, required Uri path, required WebDavMethod method, required ResponseBodyDecoderManager bodyDecoders, required ResponseResultParser<
T> resultParser})
Properties
- body → String?
-
no setteroverride
- bodyDecoders → ResponseBodyDecoderManager
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → WebDavMethod
-
final
- path → Uri
-
final
- response → HttpClientResponse
-
final
-
resultParser
→ ResponseResultParser<
T> -
final
- 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
-
parse(
) → Future< T?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited