Transcript class

Represents a transcript with url, type, language, and rel attributes.

The Transcript class corresponds to the transcript element in the podcast namespace.

Constructors

Transcript({String? url, String? type, String? language, String? rel})
Constructor for creating a Transcript object.
Transcript.parse(XmlElement element)
Factory method to parse an XmlElement and create a Transcript object from it.
factory

Properties

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