RssPodcastIndexLocked class
The purpose is to tell other podcast hosting platforms whether they are allowed to import this feed.
A value of yes means that any attempt to import this feed into a new platform should be rejected.
This tag may be set to yes or no.
Constructors
- RssPodcastIndexLocked({String? owner, bool? locked})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locked → bool?
-
Are we locked?
final
- owner → String?
-
The owner attribute is an email address that can be used to verify
ownership of this feed during move and import operations.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
parse(
XmlElement? element) → RssPodcastIndexLocked?