RssImage constructor

const RssImage(
  1. String? title,
  2. String? url,
  3. String? link
)

Implementation

const RssImage(this.title, this.url, this.link);