RssPodcastIndexLocked constructor

const RssPodcastIndexLocked({
  1. String? owner,
  2. bool? locked,
})

Implementation

const RssPodcastIndexLocked({
  this.owner,
  this.locked,
});