Locked class

Represents a locked status with owner and value attributes.

The Locked class corresponds to the locked element in the podcast namespace.

Constructors

Locked({String? owner, bool? value})
Constructor for creating a Locked object.
Locked.parse(XmlElement element)
Factory method to parse an XmlElement and create a Locked object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
owner String?
The owner attribute value of the locked status.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value bool?
The value of the locked status represented as a boolean.
final

Methods

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