RssCategory constructor

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

Implementation

const RssCategory(this.domain, this.value);