Attributes constructor Null safety

Attributes(
  1. String name,
  2. String website,
  3. String ircServer,
  4. String ircChannel,
  5. String discord,
  6. String contactEmail,
  7. String description,
  8. bool locked,
  9. bool official,
  10. int version,
  11. String createdAt,
  12. String updatedAt
)

Implementation

Attributes(
    this.name,
    this.website,
    this.ircServer,
    this.ircChannel,
    this.discord,
    this.contactEmail,
    this.description,
    this.locked,
    this.official,
    this.version,
    this.createdAt,
    this.updatedAt);