Attributes constructor Null safety

Attributes(
  1. String volume,
  2. String chapter,
  3. String title,
  4. String translatedLanguage,
  5. String hash,
  6. List<String> chapterData,
  7. List<String> chapterDataSaver,
  8. String publishAt,
  9. String createdAt,
  10. String updatedAt,
  11. int version
)

Implementation

Attributes(
    this.volume,
    this.chapter,
    this.title,
    this.translatedLanguage,
    this.hash,
    this.chapterData,
    this.chapterDataSaver,
    this.publishAt,
    this.createdAt,
    this.updatedAt,
    this.version);