RssSource constructor

const RssSource(
  1. String? url,
  2. String value
)

Implementation

const RssSource(this.url, this.value);