RssContent constructor

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

Implementation

RssContent(this.value, this.images);