WebDavStdResource class
- Implemented types
Constructors
-
WebDavStdResource({required Uri path, required int status, WebDavStdResError? error, String? desc, Uri? redirect, Map<
({String name, String? ns}), WebDavStdResourceProp> props = const {}}) -
const
-
WebDavStdResource.fromProps({required Uri path, required int status, WebDavStdResError? error, String? desc, Uri? redirect, required Iterable<
WebDavStdResourceProp> props})
Properties
- desc → String?
-
final
- error → WebDavStdResError?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setteroverride
- isNotEmpty → bool
-
no setteroverride
- length → int
-
no setteroverride
- path → Uri
-
final
-
props
→ Iterable<
WebDavStdResourceProp> -
no setteroverride
- redirect → Uri?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
final
Methods
-
find(
String name, {String? namespace, bool emptyNamespace = true}) → Iterable< WebDavStdResourceProp> -
findByNamespace(
String? namespace, {String? name}) → Iterable< WebDavStdResourceProp> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDebugString(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited