DavLock class

Represents a WebDAV lock on a resource

Constructors

DavLock({required String token, required String path, required LockScope scope, required LockType type, String? owner, required DateTime created, DateTime? expires, int depth = 0})
const

Properties

created DateTime
final
depth int
final
expires DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
isExpired bool
Check if lock has expired
no setter
isValid bool
Check if lock is still valid
no setter
owner String?
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope LockScope
final
token String
final
type LockType
final

Methods

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

Operators

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