RssPodcastIndexBlock class
This class represents a (block)https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#block tag.
The block tag allows a podcaster to express which platforms are allowed to publicly display this feed and its contents.
Constructors
- RssPodcastIndexBlock({String? id, bool? block})
Properties
- block → bool?
- 
  Whether to block or not.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id → String?
- 
  A single entry from the (service slug list)https://github.com/Podcastindex-org/podcast-namespace/blob/main/serviceslugs.txt.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
Static Methods
- 
  parse(XmlElement? element) → RssPodcastIndexBlock?