Attributes(- String name,
- List<Map<String, String>> altNames,
- String website,
- String ircServer,
- String ircChannel,
- String discord,
- String contactEmail,
- String description,
- String mangaUpdates,
- List<String> focussedLanguage,
- bool locked,
- bool official,
- bool inactive,
- String publishDelay,
- int version,
- String createdAt,
- 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);