RssItunesOwner constructor

const RssItunesOwner({
  1. String? name,
  2. String? email,
})

Implementation

const RssItunesOwner({this.name, this.email});