ContentLink class

Represents a content link in a podcast episode or item.

The ContentLink class corresponds to the podcast:contentLink element in the podcast namespace.

Constructors

Constructor for creating a ContentLink object.
ContentLink.parse(XmlElement element)
Factory method to parse an XmlElement and create a ContentLink object from it.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
href String?
The URL of the content link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The value of the content link.
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