Source constructor

Source({
  1. String? name,
  2. String? slug,
})

Implementation

Source({
  this.name,
  this.slug,
  this.logo,
});