DavLock class
Represents a WebDAV lock on a resource
Constructors
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