RssPodcastIndexPerson class
This class represents a person that is linked to a podcast or individual episode.
Persons can be defined at the podcast and episode level. If a person is defined at the episode level, this overrides all and any persons defined at the RssItem level.
Constructors
- RssPodcastIndexPerson({required String name, String? role, String? group, String? image, String? link})
-
const
- RssPodcastIndexPerson.parse(XmlElement element)
-
factory
Properties
- group → String?
-
This should be a reference to an official group within the Podcast Taxonomy Project list.
If group is not present, then "cast" is assumed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → String?
-
The person's avatar/image.
final
- link → String?
-
The url to a relevant resource of information about the person, such as a homepage or
third-party profile platform.
final
- name → String
-
The person's name.
final
- role → String?
-
Their role within the podcast or individual episode.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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