Episode class

A class representing an individual episode.

Constructors

Episode({required String guid, required String title, required String description, String? link = '', DateTime? publicationDate, String? author = '', Duration? duration, String? contentUrl, String? imageUrl, int? season, int? episode, String? content, Chapters? chapters, List<TranscriptUrl> transcripts = const <TranscriptUrl>[], List<Person> persons = const <Person>[], List<Value> value = const <Value>[]})

Properties

author String?
Episode author.
getter/setter pair
chapters Chapters?
Episode chapters for feeds that support PodcastIndex
final
content String?
Content
getter/setter pair
contentUrl String?
Media fields
getter/setter pair
description String
The episode description.
final
duration Duration?
Length of the episode as a Duration.
final
episode int?
Episode number
getter/setter pair
guid String
The episode unique identifier.
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
Episode specific image URL if one exists
getter/setter pair
The episode URL.
getter/setter pair
persons List<Person>
A list of persons representing hosts, guests etc.
final
publicationDate DateTime?
Publication date of the episode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season int?
Season
getter/setter pair
title String
The episode title.
final
transcripts List<TranscriptUrl>
A list of URLs containing a transcript.
final
value List<Value>
A list of value blocks.
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