WebDavStdRequest<P extends WebDavRequestParam> class

Implemented types

Constructors

WebDavStdRequest({required HttpClientRequest request, required P? param, ResponseBodyDecoderManager? responseBodyDecoders, ResponseResultParser<WebDavStdResResultView>? responseResultParser})

Properties

hashCode int
The hash code for this object.
no setterinherited
method WebDavMethod
no setteroverride
param → P?
final
request HttpClientRequest
final
responseBodyDecoders ResponseBodyDecoderManager?
final
responseResultParser ResponseResultParser<WebDavStdResResultView>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<WebDavStdResponse<WebDavStdResResultView>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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