Source class

Represents a source with uri and contentType attributes.

The Source class corresponds to the source element in the podcast namespace.

Constructors

Source({String? uri, String? contentType})
Constructor for creating a Source object.
Source.parse(XmlElement element)
Factory method to parse an XmlElement and create a Source object from it.
factory

Properties

contentType String?
The contentType attribute value of the source.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
The URI attribute value of the source.
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