Attributes constructor Null safety

Attributes(
  1. Title title,
  2. List<AltTitles> altTitles,
  3. Description description,
  4. bool isLocked,
  5. String originalLanguage,
  6. String lastVolume,
  7. String lastChapter,
  8. String publicationDemographic,
  9. String status,
  10. int year,
  11. String contentRating,
  12. List<Tags> tags,
  13. String createdAt,
  14. String updatedAt,
  15. int version
)

Implementation

Attributes(
    this.title,
    this.altTitles,
    this.description,
    this.isLocked,
    this.originalLanguage,
    this.lastVolume,
    this.lastChapter,
    this.publicationDemographic,
    this.status,
    this.year,
    this.contentRating,
    this.tags,
    this.createdAt,
    this.updatedAt,
    this.version);