RssSource constructor

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

Constructor for the RssSource class.

Initialize the RSS source properties url and value.

Implementation

RssSource(this.url, this.value);