Chapters class

This class represents a set of PC2.0 chapters. A chapter is a way to split a podcast episode into a series of chapters with a start and (optional) end time, and optional additions such as separate artwork and HTML links.

Constructors

Chapters({String url = '', String type = ''})

Properties

chapters List<Chapter>
A list of individual chapters.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers ↔ ChapterHeaders
Chapter headers.
getter/setter pair
loaded bool
Have we loaded a set of chapters?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The mime type of the chapter file (JSON preferred).
final
url String
The url of a chapter file.
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