Attributes constructor Null safety
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);