Reports constructor

Reports({
  1. String? slug,
  2. String? description,
  3. Links? links,
})

Implementation

Reports({
  this.slug,
  this.description,
  this.links,
});