RssEnclosure constructor

const RssEnclosure(
  1. String? url,
  2. String? type,
  3. int length
)

Implementation

const RssEnclosure(this.url, this.type, this.length);