WebDavStdResourceProp<V> class
- Implemented types
Constructors
- WebDavStdResourceProp({required String name, Uri? namespace, required int status, String? desc, WebDavStdResError? error, V? value, String? lang})
-
const
Properties
- desc → String?
-
final
- error → WebDavStdResError?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lang → String?
-
final
- name → String
-
final
- namespace → Uri?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
final
- value → V?
-
final
Methods
-
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