RssCategory constructor

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

Implementation

RssCategory(this.domain, this.value);