RssPodcastIndexLicense constructor

RssPodcastIndexLicense({
  1. required String license,
  2. String? url,
})

Implementation

RssPodcastIndexLicense({
  required this.license,
  this.url,
});