Manga constructor

Manga(
  1. Map titles,
  2. int id,
  3. String releaseDate,
  4. String summary,
  5. List authors,
  6. Map status,
  7. String coverUrl,
  8. List tags,
  9. List categories,
  10. Service service,
)

Implementation

Manga(this.titles, this.id, this.releaseDate, this.summary, this.authors,
    this.status, this.coverUrl, this.tags, this.categories, this.service);