RssCategory constructor

RssCategory(
  1. String? domain,
  2. String value
)

Constructor for the RssCategory class.

Initialize the RSS category properties domain and value.

Implementation

RssCategory(this.domain, this.value);