RssContent constructor

const RssContent(
  1. String value,
  2. Iterable<String> images
)

Implementation

const RssContent(this.value, this.images);