RssPodcastIndexSoundbite constructor

const RssPodcastIndexSoundbite({
  1. double? startTime,
  2. double? duration,
  3. String? value,
})

Implementation

const RssPodcastIndexSoundbite({
  this.startTime,
  this.duration,
  this.value,
});