TranscriptUrl class

This class represents a PC2.0 transcript URL contained within an RSS feed.

Constructors

TranscriptUrl({String url = '', TranscriptFormat type = TranscriptFormat.unsupported, String language = '', String rel = ''})

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
The language for the transcript
final
rel String
If set to captions, shows that this is a closed-caption file
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TranscriptFormat
The type of transcript: json or srt
final
url String
The URL for 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