Attributes constructor Null safety

Attributes(
  1. String name,
  2. List<Map<String, String>> altNames,
  3. String website,
  4. String ircServer,
  5. String ircChannel,
  6. String discord,
  7. String contactEmail,
  8. String description,
  9. String twitter,
  10. String mangaUpdates,
  11. List<String> focussedLanguage,
  12. bool locked,
  13. bool official,
  14. bool inactive,
  15. String publishDelay,
  16. int version,
  17. String createdAt,
  18. String updatedAt
)

Implementation

Attributes(
    this.name,
    this.altNames,
    this.website,
    this.ircServer,
    this.ircChannel,
    this.discord,
    this.contactEmail,
    this.description,
    this.twitter,
    this.mangaUpdates,
    this.focussedLanguage,
    this.locked,
    this.official,
    this.inactive,
    this.publishDelay,
    this.version,
    this.createdAt,
    this.updatedAt);