RssPodcastIndexGuid constructor

const RssPodcastIndexGuid({
  1. bool? isPermalink,
  2. String? value,
})

Implementation

const RssPodcastIndexGuid({
  this.isPermalink,
  this.value,
});