RssSource constructor

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

Implementation

RssSource(this.url, this.value);