Sources constructor

Sources({Categories category, String language, String country })

Implementation

Sources({
  this.category,
  this.language,
  this.country,
});